1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
dev:
MySQL:
tamp_product_db: tamp_product
tamp_order_db: tamp_order
tamp_user_db: tamp_user
host: 47.101.189.151
port: 31931
user: root
password: mysql
redis:
host: localhost
port: 6379
db: 0
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"
test:
MySQL:
tamp_product_db: tamp_product
tamp_order_db: tamp_order
tamp_user_db: tamp_user
host: 118.190.63.109
port: 3306
user: root
password: '@imeng123'
redis:
host: localhost
port: 6379
db: 0
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"
prod:
MySQL:
tamp_product_db: tamp_product
tamp_order_db: tamp_order
tamp_user_db: tamp_user
host: pc-uf666afrpfg8yj768.rwlb.rds.aliyuncs.com
port: 3306
user: tamp_pay
password: '@imeng123'
redis:
host: localhost
port: 6379
db: 0
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"