config.yaml 2.33 KB
Newer Older
1 2
dev:
  MySQL:
3 4
    tamp_product_db: tamp_product
    tamp_order_db: tamp_order
5
    tamp_user_db: tamp_user
pengxiong's avatar
pengxiong committed
6 7
    tamp_fund_db: tamp_fund
    tamp_diagnose_app_db: tamp_diagnose_app
8 9
    host: 47.101.189.151
    port: 31931
pengxiong's avatar
pengxiong committed
10 11
    user: dev
    password: qimeng123
12 13 14 15
  redis:
    host: localhost
    port: 6379
    db: 0
pengxiong's avatar
pengxiong committed
16
    password:
pengxiong's avatar
pengxiong committed
17
  oss:
pengxiong's avatar
pengxiong committed
18 19
    imgs_url_prefix: https://devtamper.tanpuyun.com/hangjiapc/report/productionenv/ReportTempImg/
    pdf_url_prefix: https://devtamper.tanpuyun.com/hangjiapc/report/productionenv/AppHoldReport/
pengxiong's avatar
pengxiong committed
20 21
    account: LTAI4FzkGhAMecinBCKwuoUW
    password: KJpPWg9U0kYO71yB41gqYbrFNJ4hso
22
  log:
pengxiong's avatar
pengxiong committed
23
    filename: /logs/fund_report.log
24 25 26 27
    filemode: a
    format: "%(asctime)s %(name)s %(levelname)s %(message)s"
    datefmt: "%Y-%m-%d  %H:%M:%S %a"

赵杰's avatar
赵杰 committed
28

29 30
test:
  MySQL:
31 32
    tamp_product_db: tamp_product
    tamp_order_db: tamp_order
33
    tamp_user_db: tamp_user
pengxiong's avatar
pengxiong committed
34 35
    tamp_fund_db: tamp_fund
    tamp_diagnose_app_db: tamp_diagnose_app
pengxiong's avatar
pengxiong committed
36
#    host: 118.190.63.109
赵杰's avatar
赵杰 committed
37
    host: tools.caixiaoquan.com
38 39 40
    port: 3306
    user: root
    password: '@imeng123'
赵杰's avatar
赵杰 committed
41
  redis:
pengxiong's avatar
pengxiong committed
42 43
      host: 118.190.63.109
      port: 56379
44
      db: 0
pengxiong's avatar
pengxiong committed
45
      password: 'qimeng123'
46 47 48
  oss:
    imgs_url_prefix: https://testtamper.tanpuyun.com/hangjiapc/report/productionenv/ReportTempImg/
    pdf_url_prefix: https://testtamper.tanpuyun.com/hangjiapc/report/productionenv/AppHoldReport/
赵杰's avatar
赵杰 committed
49
  log:
pengxiong's avatar
pengxiong committed
50
      filename: /logs/fund_report.log
51 52 53 54
      filemode: a
      format: "%(asctime)s %(name)s %(levelname)s %(message)s"
      datefmt: "%Y-%m-%d  %H:%M:%S %a"

赵杰's avatar
赵杰 committed
55

56 57
prod:
  MySQL:
58 59
    tamp_product_db: tamp_product
    tamp_order_db: tamp_order
60
    tamp_user_db: tamp_user
李宗熹's avatar
李宗熹 committed
61
    tamp_fund_db: tamp_fund
pengxiong's avatar
pengxiong committed
62
    tamp_diagnose_app_db: tamp_diagnose_app
赵杰's avatar
赵杰 committed
63
    host: tamper.mysql.polardb.rds.aliyuncs.com
64
    port: 3306
pengxiong's avatar
pengxiong committed
65 66
    user: tamp_fund
    password: '@imeng408'
赵杰's avatar
赵杰 committed
67
  redis:
pengxiong's avatar
pengxiong committed
68
      host: r-uf6atruhdbq89enqz0.redis.rds.aliyuncs.com
69 70
      port: 6379
      db: 0
pengxiong's avatar
pengxiong committed
71
      password: '@imeng123'
pengxiong's avatar
pengxiong committed
72
  oss:
73 74
    imgs_url_prefix: https://tamper.tanpuyun.com/hangjiapc/report/productionenv/ReportTempImg/
    pdf_url_prefix: https://tamper.tanpuyun.com/hangjiapc/report/productionenv/AppHoldReport/
pengxiong's avatar
pengxiong committed
75 76
    account: LTAI4FzkGhAMecinBCKwuoUW
    password: KJpPWg9U0kYO71yB41gqYbrFNJ4hso
赵杰's avatar
赵杰 committed
77
  log:
pengxiong's avatar
pengxiong committed
78
      filename: /logs/fund_report.log
79 80 81
      filemode: a
      format: "%(asctime)s %(name)s %(levelname)s %(message)s"
      datefmt: "%Y-%m-%d  %H:%M:%S %a"