Commit 635eb65d by lizefeng

修改生产环境的redis配置

parent d61d2abe
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
"WebHost_LoginOut": "http://www.bailuntec.com/Login/LoginOut", "WebHost_LoginOut": "http://www.bailuntec.com/Login/LoginOut",
"Pams_GetAccountToken": "http://pams.bailuntec.com/Api/GetAccountToken", "Pams_GetAccountToken": "http://pams.bailuntec.com/Api/GetAccountToken",
"redis": { "redis": {
"HostName": "127.0.0.1", "HostName": "redis.blt.com",
"Port": "6379", "Port": "6379",
"Password": "SpaceHorse1", "Password": "",
"Defaultdatabase": 0 "Defaultdatabase": 0
}, },
"SaveDefaultWares": "http://api.skums.bailuntec.com/api/sku/productware/savedefaultwares", "SaveDefaultWares": "http://api.skums.bailuntec.com/api/sku/productware/savedefaultwares",
......
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
"WebHost_LoginOut": "http://www.bailuntec.com/Login/LoginOut", "WebHost_LoginOut": "http://www.bailuntec.com/Login/LoginOut",
"Pams_GetAccountToken": "http://pams.bailuntec.com/Api/GetAccountToken", "Pams_GetAccountToken": "http://pams.bailuntec.com/Api/GetAccountToken",
"redis": { "redis": {
"HostName": "redis.blt.com", "HostName": "127.0.0.1",
"Port": "6379", "Port": "6379",
"Password": "", "Password": "SpaceHorse1",
"Defaultdatabase": 0 "Defaultdatabase": 0
}, },
"SaveDefaultWares": "http://api.skums.bailuntec.com/api/sku/productware/savedefaultwares", "SaveDefaultWares": "http://api.skums.bailuntec.com/api/sku/productware/savedefaultwares",
......
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