123456789101112131415161718192021222324252627 |
- #!/usr/bin/env python3
- # -*- coding: utf-8 -*-
- """
- @Copyright (C) ansjer cop Video Technology Co.,Ltd.All rights reserved.
- @AUTHOR: ASJRD018
- @NAME: AnsjerFormal
- @software: PyCharm
- @DATE: 2019/10/16 9:45
- @Version: python3.6
- @MODIFY DECORD:ansjer dev
- @file: config_formal.py
- @Contact: chanjunkai@163.com
- """
- NGINX_RTMP_STAT = 'http://www.dvema.com/stat'
- SERVER_DOMAIN = 'http://www.dvema.com/'
- SERVER_DOMAIN_SSL = 'https://www.dvema.com/'
- DOMAIN_HOST = 'www.dvema.com'
- SERVER_HOST = 'localhost'
- PAYPAL_CRD = {
- "mode": "live", # sandbox or live
- "client_id": "AdSRd6WBn-qLl9OiQHQuNYTDFSx0ZX0RUttqa58au8bPzoGYQUrt8bc6591RmH8_pEAIPijdvVYSVXyI",
- "client_secret": "ENT-J08N3Fw0B0uAokg4RukljAwO9hFHPf8whE6-Dwd8oBWJO8AWMgpdTKpfB1pOy89t4bsFEzMWDowm"
- }
- DETECT_PUSH_DOMAIN = 'http://push.dvema.com/'
- # 数据库dyanamo品牌日志数据库
- USER_BRAND = 'user_brand'
- USER_BRAND_ALL = 'user_brand_all'
|