Commit 9a172d7f authored by 赵杰's avatar 赵杰

修改配置文件格式

parent 7240d7cb
...@@ -26,11 +26,11 @@ test: ...@@ -26,11 +26,11 @@ test:
port: 3306 port: 3306
user: root user: root
password: '@imeng123' password: '@imeng123'
redis: redis:
host: localhost host: localhost
port: 6379 port: 6379
db: 0 db: 0
log: log:
filename: /logs/tamp_course_order.log filename: /logs/tamp_course_order.log
filemode: a filemode: a
format: "%(asctime)s %(name)s %(levelname)s %(message)s" format: "%(asctime)s %(name)s %(levelname)s %(message)s"
...@@ -45,11 +45,11 @@ prod: ...@@ -45,11 +45,11 @@ prod:
port: 3306 port: 3306
user: tamp_pay user: tamp_pay
password: '@imeng123' password: '@imeng123'
redis: redis:
host: localhost host: localhost
port: 6379 port: 6379
db: 0 db: 0
log: log:
filename: /logs/tamp_course_order.log filename: /logs/tamp_course_order.log
filemode: a filemode: a
format: "%(asctime)s %(name)s %(levelname)s %(message)s" format: "%(asctime)s %(name)s %(levelname)s %(message)s"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment