chenjunkai 6 years ago
parent
commit
738826dbef
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Ansjer/config.py

+ 2 - 2
Ansjer/config.py

@@ -49,14 +49,14 @@ if SERVER_TYPE == 'local':
     RTMP_PUSH_URL = 'rtmp://192.168.136.45:1935/hls'
 elif SERVER_TYPE == 'test':
     NGINX_RTMP_STAT = 'http://13.56.215.252:82/stat'
-    SERVER_DOMAIN = 'http://test.dvema.com/'
+    SERVER_DOMAIN = 'http://test.dvema.com'
     DOMAIN_HOST = 'test.dvema.com'
     DATABASE_DATA = 'AnsjerTest'
     SERVER_HOST = 'localhost'
     RTMP_PUSH_URL = 'http://13.56.215.252:8091/hls'
 elif SERVER_TYPE == 'formal':
     NGINX_RTMP_STAT = 'http://13.56.215.252:81/stat'
-    SERVER_DOMAIN = 'http://www.dvema.com/'
+    SERVER_DOMAIN = 'http://www.dvema.com'
     DOMAIN_HOST = 'www.dvema.com'
     DATABASE_DATA = 'Ansjer81'
     SERVER_HOST = 'localhost'