|
@@ -15,7 +15,7 @@ server_group_id_list = ["sgp-ec4gopoclruofsfmxu"]
|
|
|
|
|
|
|
|
|
|
|
|
-port = "80"
|
|
|
+port = "8080"
|
|
|
|
|
|
|
|
|
alb_client_params = {
|
|
@@ -180,7 +180,7 @@ instance_config_k_alb = {
|
|
|
|
|
|
|
|
|
start_sh_dir = os.path.dirname(os.path.realpath(__file__))
|
|
|
-start_sh_filename = 'longvideo_start.sh'
|
|
|
+start_sh_filename = 'longvideo_start.sh'
|
|
|
with open(file=os.path.join(start_sh_dir, start_sh_filename), mode='r', encoding='utf-8') as rf:
|
|
|
file_content = rf.read()
|
|
|
logging.info(f"start sh file content: {file_content}")
|