| @@ -9,15 +9,15 @@ | |||||
| "level": "debug" | "level": "debug" | ||||
| }, | }, | ||||
| "db": { | "db": { | ||||
| "address": "106.75.6.194:3306", | |||||
| "account": "root", | |||||
| "password": "cloudream123456", | |||||
| "address": "127.0.0.1:3306", | |||||
| "account": "", | |||||
| "password": "", | |||||
| "databaseName": "cloudream" | "databaseName": "cloudream" | ||||
| }, | }, | ||||
| "rabbitMQ": { | "rabbitMQ": { | ||||
| "address": "106.75.6.194:5672", | |||||
| "account": "cloudream", | |||||
| "password": "cloudream123456", | |||||
| "address": "127.0.0.1:5672", | |||||
| "account": "", | |||||
| "password": "", | |||||
| "vhost": "/", | "vhost": "/", | ||||
| "param": { | "param": { | ||||
| "retryNum": 5, | "retryNum": 5, | ||||
| @@ -25,7 +25,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "distlock": { | "distlock": { | ||||
| "etcdAddress": "106.75.6.194:2379", | |||||
| "etcdAddress": "127.0.0.1:2379", | |||||
| "etcdUsername": "", | "etcdUsername": "", | ||||
| "etcdPassword": "", | "etcdPassword": "", | ||||
| "etcdLockLeaseTimeSec": 5, | "etcdLockLeaseTimeSec": 5, | ||||