config_formal.py 904 B

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