config.yaml 1.47 KB
Newer Older
1 2
dev:
  MySQL:
3 4
    tamp_product_db: tamp_product
    tamp_order_db: tamp_order
5 6 7 8 9 10 11 12 13
    tamp_user_db: tamp_user
    host: 47.101.189.151
    port: 31931
    user: root
    password: mysql
  redis:
    host: localhost
    port: 6379
    db: 0
pengxiong's avatar
pengxiong committed
14 15 16
  oss:
    account: LTAI4FzkGhAMecinBCKwuoUW
    password: KJpPWg9U0kYO71yB41gqYbrFNJ4hso
17
  log:
pengxiong's avatar
pengxiong committed
18
    filename: /logs/fund_report.log
19 20 21 22
    filemode: a
    format: "%(asctime)s %(name)s %(levelname)s %(message)s"
    datefmt: "%Y-%m-%d  %H:%M:%S %a"

赵杰's avatar
赵杰 committed
23

24 25
test:
  MySQL:
26 27
    tamp_product_db: tamp_product
    tamp_order_db: tamp_order
28
    tamp_user_db: tamp_user
赵杰's avatar
赵杰 committed
29
    host: tools.caixiaoquan.com
30 31 32
    port: 3306
    user: root
    password: '@imeng123'
赵杰's avatar
赵杰 committed
33
  redis:
34 35 36
      host: localhost
      port: 6379
      db: 0
赵杰's avatar
赵杰 committed
37
  log:
pengxiong's avatar
pengxiong committed
38
      filename: /logs/fund_report.log
39 40 41 42
      filemode: a
      format: "%(asctime)s %(name)s %(levelname)s %(message)s"
      datefmt: "%Y-%m-%d  %H:%M:%S %a"

赵杰's avatar
赵杰 committed
43

44 45
prod:
  MySQL:
46 47
    tamp_product_db: tamp_product
    tamp_order_db: tamp_order
48
    tamp_user_db: tamp_user
李宗熹's avatar
李宗熹 committed
49
    tamp_fund_db: tamp_fund
pengxiong's avatar
pengxiong committed
50
    tamp_diagnose_app_db: tamp_diagnose_app
赵杰's avatar
赵杰 committed
51
    host: tamper.mysql.polardb.rds.aliyuncs.com
52
    port: 3306
pengxiong's avatar
pengxiong committed
53 54
    user: tamp_fund
    password: '@imeng408'
赵杰's avatar
赵杰 committed
55
  redis:
56 57 58
      host: localhost
      port: 6379
      db: 0
pengxiong's avatar
pengxiong committed
59 60 61
  oss:
    account: LTAI4FzkGhAMecinBCKwuoUW
    password: KJpPWg9U0kYO71yB41gqYbrFNJ4hso
赵杰's avatar
赵杰 committed
62
  log:
pengxiong's avatar
pengxiong committed
63
      filename: /logs/fund_report.log
64 65 66
      filemode: a
      format: "%(asctime)s %(name)s %(levelname)s %(message)s"
      datefmt: "%Y-%m-%d  %H:%M:%S %a"