Commit 315e3d8d authored by zhongshangwu's avatar zhongshangwu

调整earth.gmapp.env

parent a74d2f3e
...@@ -41,12 +41,12 @@ BROKER_URL = "redis://:Gengmei123@172.21.52.16:6379/8" ...@@ -41,12 +41,12 @@ BROKER_URL = "redis://:Gengmei123@172.21.52.16:6379/8"
# }, # },
# } # }
LOGIN_URL = "http://earth.gmapp.env/api/account/login_pwd" LOGIN_URL = "http://earth/api/account/login_pwd"
AUTO_CLICK_URL = "http://earth.gmapp.env/api/v1/like" AUTO_CLICK_URL = "http://earth/api/v1/like"
AUTO_VOTE_URL = "http://earth.gmapp.env/api/v1/ballot" AUTO_VOTE_URL = "http://earth/api/v1/ballot"
AUTO_REPLY_URL = "http://earth.gmapp.env/api/v1/reply/create" AUTO_REPLY_URL = "http://earth/api/v1/reply/create"
AUTO_FOLLOW_URL = "http://earth.gmapp.env/api/v1/follow" AUTO_FOLLOW_URL = "http://earth/api/v1/follow"
AUTO_URGE_URL = "http://earth.gmapp.env/api/v1/user/urge" AUTO_URGE_URL = "http://earth/api/v1/user/urge"
SERVICE_NAME = "测试" SERVICE_NAME = "测试"
AUTO_INNER_REPLY_URL = "http://saturn.iyanzhi.com/api/v1/reply/create_for_inner" AUTO_INNER_REPLY_URL = "http://saturn.iyanzhi.com/api/v1/reply/create_for_inner"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment