config_local.py 993 B

12345678910111213141516171819202122232425262728
  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_local.py
  12. @Contact: chanjunkai@163.com
  13. """
  14. NGINX_RTMP_STAT = 'http://192.168.136.45:8077/stat'
  15. SERVER_DOMAIN = 'http://192.168.136.45:8077/'
  16. SERVER_DOMAIN_SSL = 'http://192.168.136.45:8077/'
  17. SERVER_HOST = '192.168.136.45'
  18. DOMAIN_HOST = '192.168.136.45'
  19. RTMP_PUSH_URL = 'rtmp://192.168.136.45:1935/hls'
  20. PAYPAL_CRD = {
  21. "mode": "sandbox", # sandbox or live
  22. "client_id": "AeuhR7FHisO-lOd2OwtzyDu7PSLMmDZoDLgmzuEQ12WCtTu_8Z1AzcD4gG5SnymnuvJs-n5KBB8H9Z_G",
  23. "client_secret": "EGkMCB3RWTcUGJGDYahJ9mCO0AQzEn2AvFfx1GAFjfyyn7-8a0NObcZks89QorlFpvNWTsDXVa2INRNM"
  24. }
  25. DETECT_PUSH_DOMAIN = 'http://test.push.dvema.com/'
  26. # 数据库dyanamo品牌日志数据库
  27. USER_BRAND = 'test_user_brand'
  28. USER_BRAND_ALL = 'test_user_brand_all'