|
@@ -5,8 +5,10 @@ logging.basicConfig(level=logging.INFO,
|
|
|
format='%(asctime)s %(filename)s[line:%(lineno)d] %(levelname)s %(message)s',
|
|
|
datefmt='%a, %d %b %Y %H:%M:%S')
|
|
|
|
|
|
-# gateway-alb-ecs组
|
|
|
+# gateway-alb-ecs组-生产环境
|
|
|
# server_group_id_list = ["sgp-l2k0p33e470vfmj538"]
|
|
|
+
|
|
|
+# alb后端服务器_调试使用组
|
|
|
server_group_id_list = ["sgp-ec4gopoclruofsfmxu"]
|
|
|
|
|
|
apps = 'piaoquan-gateway'
|