config.yaml 2.09 KB
Newer Older
1 2 3 4
dev:
  MySQL:
    tamp_user_db: tamp_user
    tamp_pay_db: tamp_pay
pengxiong's avatar
pengxiong committed
5
    tamp_zhibo_db: tamp_zhibo
etscript's avatar
etscript committed
6
    tamp_course_db: tamp_course
7 8
    host: mysql
    port: 3306
etscript's avatar
etscript committed
9 10
    # host: 47.101.189.151
    # port: 31931
11 12
    user: dev
    password: qimeng123
13
  redis:
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
14
    host: redis
15 16
    port: 6379
    db: 0
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
17
    password:
etscript's avatar
etscript committed
18 19 20 21
    # host: 127.0.0.1
    # port: 6379
    # db: 0
    # password: ''
22 23 24 25 26
  log:
    filename: /logs/tamp_course_order.log
    filemode: a
    format: "%(asctime)s %(name)s %(levelname)s %(message)s"
    datefmt: "%Y-%m-%d  %H:%M:%S %a"
27
  token_auth_url:
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
28
    https://devtamper.tanpuyun.com/fatools/token/auth
29 30
  pay_url_prefix:
    https://devtamper.tanpuyun.com
pengxiong's avatar
pengxiong committed
31 32
  wx_jsapi_appid:
    wx8ea86a9521d25095
33 34 35 36
test:
  MySQL:
    tamp_user_db: tamp_user
    tamp_pay_db: tamp_pay
pengxiong's avatar
pengxiong committed
37
    tamp_zhibo_db: tamp_zhibo
etscript's avatar
etscript committed
38
    tamp_course_db: tamp_course
etscript's avatar
etscript committed
39
    host: rm-uf6r22t3d798q4kmkao.mysql.rds.aliyuncs.com
40
    port: 3306
etscript's avatar
etscript committed
41
    user: tamp_admin
42
    password: '@imeng123'
43
  redis:
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
44 45
    host: redis.caixiaoquan.com
    port: 56379
46
    db: 0
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
47
    password: qimeng123
etscript's avatar
etscript committed
48 49 50 51
    # host: 127.0.0.1
    # port: 6379
    # db: 0
    # password: ''
52 53 54 55 56 57 58
  log:
    filename: /logs/tamp_course_order.log
    filemode: a
    format: "%(asctime)s %(name)s %(levelname)s %(message)s"
    datefmt: "%Y-%m-%d  %H:%M:%S %a"
  token_auth_url:
    https://testtamper.tanpuyun.com/fatools/token/auth
59 60
  pay_url_prefix:
    https://testtamper.tanpuyun.com
pengxiong's avatar
pengxiong committed
61 62
  wx_jsapi_appid:
    wxe177c62fa1e1c602
63 64 65 66
prod:
  MySQL:
    tamp_user_db: tamp_user
    tamp_pay_db: tamp_pay
pengxiong's avatar
pengxiong committed
67
    tamp_zhibo_db: tamp_zhibo
etscript's avatar
etscript committed
68
    tamp_course_db: tamp_course
69 70
    host: pc-uf666afrpfg8yj768.rwlb.rds.aliyuncs.com
    port: 3306
wang zhengwei's avatar
wang zhengwei committed
71
    user: tamp_courseorder
72
    password: '@imeng123'
73
  redis:
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
74
    host: r-uf6atruhdbq89enqz0.redis.rds.aliyuncs.com
75 76
    port: 6379
    db: 0
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
77
    password: '@imeng123'
78 79 80 81 82 83 84
  log:
    filename: /logs/tamp_course_order.log
    filemode: a
    format: "%(asctime)s %(name)s %(levelname)s %(message)s"
    datefmt: "%Y-%m-%d  %H:%M:%S %a"
  token_auth_url:
    https://tamper.tanpuyun.com/fatools/token/auth
85 86
  pay_url_prefix:
    https://tamper.tanpuyun.com
pengxiong's avatar
pengxiong committed
87 88
  wx_jsapi_appid:
    wx95b0c12b47b758ac
89 90