Quellcode durchsuchen

225服务器上端口为11033,not 11088

cdZWj vor 3 Monaten
Ursprung
Commit
95a9d5418f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      configs.py

+ 1 - 1
configs.py

@@ -119,7 +119,7 @@ class TestingCfg:  # testing
 class ProductionCfg:  # production
     internal_ip = '0.0.0.0'  # internal
     external_ip = '82.156.255.225'  # external
-    server_port = 11088
+    server_port = 11033
     public_bucket = 'zxhx-pro-1302712961'  # 桶名称
     region = "ap-beijing"  # 存储桶地域
     public_bucket_addr = 'zxhx-pro-1302712961.cos.ap-beijing.myqcloud.com'  # 桶地址