|
|
@@ -1,24 +1,24 @@
|
|
|
{
|
|
|
"mysql": {
|
|
|
- "host": "114.115.147.140",
|
|
|
+ "host": "localhost",
|
|
|
"port": 3306,
|
|
|
"user": "api",
|
|
|
"pwd": "yfkj@6020"
|
|
|
},
|
|
|
"redis": {
|
|
|
- "host": "114.115.147.140",
|
|
|
+ "host": "localhost",
|
|
|
"port": "56379",
|
|
|
"password": "yf6021",
|
|
|
- "url": "redis://:yf6021@114.115.147.140:56379/12"
|
|
|
+ "url": "redis://:yf6021@127.0.0.1:56379/12"
|
|
|
},
|
|
|
"bigdatamysql": {
|
|
|
- "host": "114.115.147.140",
|
|
|
+ "host": "localhost",
|
|
|
"port": 3306,
|
|
|
"user": "root",
|
|
|
"pwd": "yfkj@6020"
|
|
|
},
|
|
|
"bigdatamongo": {
|
|
|
- "host": "114.115.147.140",
|
|
|
+ "host": "localhost",
|
|
|
"port": 27017,
|
|
|
"user": "root",
|
|
|
"pwd": "yfkj@6020"
|