1234567891011121314151617 |
- #!/usr/bin/env python3
- # -*- coding: utf-8 -*-
- """
- @Copyright (C) ansjer cop Video Technology Co.,Ltd.All rights reserved.
- @AUTHOR: ASJRD018
- @NAME: azoauth
- @software: PyCharm
- @DATE: 2020/3/6 10:14
- @Version: python3.6
- @MODIFY DECORD:ansjer dev
- @file: config.py
- @Contact: chanjunkai@163.com
- """
- # RESP_SERVER_PREFIX = 'rtsp.zositech.xyz'
- # RESP_SERVER_DOMAIN = 'rtsp.zositech.xyz'
- RESP_SERVER_DOMAIN = 'www.zositech.org'
|