chanjunkai 5 年之前
父节点
当前提交
ea0a76842f
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      controller/index.py

+ 4 - 4
controller/index.py

@@ -27,10 +27,10 @@ from object.RedisObject import RedisObject
 from azoauth.config import *
 
 SERVER_PREFIX = 'http://www.dvema.com'
-# PORT_PREFIX = '8554'
-PORT_PREFIX = '443'
-RTSP_PREFIX = 'rtsps'
-# RTSP_PREFIX = 'rtsp'
+PORT_PREFIX = '8554'
+# PORT_PREFIX = '443'
+# RTSP_PREFIX = 'rtsps'
+RTSP_PREFIX = 'rtsp'
 
 class authView(TemplateView):
     def post(self, request, *args, **kwargs):