|
@@ -8,7 +8,11 @@ logging.basicConfig(level=logging.INFO,
|
|
|
|
|
|
|
|
|
# alb后端服务器_调试使用组
|
|
|
-server_group_id_list = ["sgp-ec4gopoclruofsfmxu"]
|
|
|
+# server_group_id_list = ["sgp-ec4gopoclruofsfmxu"]
|
|
|
+
|
|
|
+
|
|
|
+# 生产环境 video-distribution-alb-ecs组
|
|
|
+server_group_id_list = ["sgp-aepczwiwxe4ncwi9p7"]
|
|
|
|
|
|
# 后端服务器使用的端口
|
|
|
port = "8080"
|
|
@@ -52,7 +56,7 @@ instance_config_b = {
|
|
|
# 硬盘的大小,单位:G
|
|
|
'disk_size': '200',
|
|
|
# 服务器命名
|
|
|
- 'instance_name': 'distribution-alb-[1,2]',
|
|
|
+ 'instance_name': 'video-distribution-alb-[1,2]',
|
|
|
# 服务器所在区域
|
|
|
'zone_id': 'cn-hangzhou-b',
|
|
|
# 磁盘类型:云盘
|