config.yaml 2.3 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
赵杰's avatar
赵杰 committed
36
    host: tools.caixiaoquan.com
37 38 39
    port: 3306
    user: root
    password: '@imeng123'
赵杰's avatar
赵杰 committed
40
  redis:
pengxiong's avatar
pengxiong committed
41 42
      host: 118.190.63.109
      port: 56379
43
      db: 0
pengxiong's avatar
pengxiong committed
44
      password: 'qimeng123'
45 46 47
  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
48
  log:
pengxiong's avatar
pengxiong committed
49
      filename: /logs/fund_report.log
50 51 52 53
      filemode: a
      format: "%(asctime)s %(name)s %(levelname)s %(message)s"
      datefmt: "%Y-%m-%d  %H:%M:%S %a"

赵杰's avatar
赵杰 committed
54

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