|
@@ -40,6 +40,8 @@ TX_PHONE_APP_KEY= '7705976ca6e85fe7b86d6bc2d11f7783'
|
|
|
#验证码超时时间
|
|
|
AuthCode_Expire = 600
|
|
|
|
|
|
+RTMP_PUSH_URL = 'http://13.56.215.252:8091/hls'
|
|
|
+
|
|
|
if SERVER_TYPE == 'local':
|
|
|
NGINX_RTMP_STAT = 'http://192.168.136.45:8077/stat'
|
|
|
SERVER_DOMAIN = 'http://192.168.136.45:8077'
|
|
@@ -48,16 +50,14 @@ if SERVER_TYPE == 'local':
|
|
|
DOMAIN_HOST = '192.168.136.45'
|
|
|
RTMP_PUSH_URL = 'rtmp://192.168.136.45:1935/hls'
|
|
|
elif SERVER_TYPE == 'test':
|
|
|
- NGINX_RTMP_STAT = 'http://13.56.215.252:82/stat'
|
|
|
+ NGINX_RTMP_STAT = 'http://test.dvema.com/stat'
|
|
|
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'
|
|
|
+ NGINX_RTMP_STAT = 'http://www.dvema.com/stat'
|
|
|
SERVER_DOMAIN = 'http://www.dvema.com'
|
|
|
DOMAIN_HOST = 'www.dvema.com'
|
|
|
DATABASE_DATA = 'Ansjer81'
|
|
|
SERVER_HOST = 'localhost'
|
|
|
- RTMP_PUSH_URL = 'http://13.56.215.252:8091/hls'
|