Commit 7ed13e6f by mushishixian

修改本地配置

parent 35ad01e9
Showing with 15 additions and 15 deletions
...@@ -5,7 +5,7 @@ ShowSQL = false ...@@ -5,7 +5,7 @@ ShowSQL = false
[spu] [spu]
user_name = spu user_name = spu
password = spu password = spu
host = 192.168.1.235 host = 192.168.1.234
database = liexin_spu database = liexin_spu
table_prefix =lie_ table_prefix =lie_
type = mysql type = mysql
...@@ -13,7 +13,7 @@ type = mysql ...@@ -13,7 +13,7 @@ type = mysql
[liexin_data] [liexin_data]
user_name = spu user_name = spu
password = spu password = spu
host = 192.168.1.235 host = 192.168.1.234
database = liexin_data database = liexin_data
table_prefix =lie_ table_prefix =lie_
type = mysql type = mysql
...@@ -39,7 +39,7 @@ type = mysql ...@@ -39,7 +39,7 @@ type = mysql
[sku0] [sku0]
user_name = spu user_name = spu
password = spu password = spu
host = 192.168.1.235 host = 192.168.1.234
database = liexin_sku_0 database = liexin_sku_0
table_prefix =lie_ table_prefix =lie_
type = mysql type = mysql
...@@ -47,7 +47,7 @@ type = mysql ...@@ -47,7 +47,7 @@ type = mysql
[sku_0] [sku_0]
user_name = spu user_name = spu
password = spu password = spu
host = 192.168.1.235 host = 192.168.1.234
database = liexin_sku_0 database = liexin_sku_0
table_prefix =lie_ table_prefix =lie_
type = mysql type = mysql
...@@ -55,7 +55,7 @@ type = mysql ...@@ -55,7 +55,7 @@ type = mysql
[sku_1] [sku_1]
user_name = spu user_name = spu
password = spu password = spu
host = 192.168.1.235 host = 192.168.1.234
database = liexin_sku_1 database = liexin_sku_1
table_prefix =lie_ table_prefix =lie_
type = mysql type = mysql
...@@ -63,7 +63,7 @@ type = mysql ...@@ -63,7 +63,7 @@ type = mysql
[sku_2] [sku_2]
user_name = spu user_name = spu
password = spu password = spu
host = 192.168.1.235 host = 192.168.1.234
database = liexin_sku_2 database = liexin_sku_2
table_prefix =lie_ table_prefix =lie_
type = mysql type = mysql
...@@ -71,7 +71,7 @@ type = mysql ...@@ -71,7 +71,7 @@ type = mysql
[sku_3] [sku_3]
user_name = spu user_name = spu
password = spu password = spu
host = 192.168.1.235 host = 192.168.1.234
database = liexin_sku_3 database = liexin_sku_3
table_prefix =lie_ table_prefix =lie_
type = mysql type = mysql
...@@ -79,7 +79,7 @@ type = mysql ...@@ -79,7 +79,7 @@ type = mysql
[sku_4] [sku_4]
user_name = spu user_name = spu
password = spu password = spu
host = 192.168.1.235 host = 192.168.1.234
database = liexin_sku_4 database = liexin_sku_4
table_prefix =lie_ table_prefix =lie_
type = mysql type = mysql
...@@ -87,7 +87,7 @@ type = mysql ...@@ -87,7 +87,7 @@ type = mysql
[sku_5] [sku_5]
user_name = spu user_name = spu
password = spu password = spu
host = 192.168.1.235 host = 192.168.1.234
database = liexin_sku_5 database = liexin_sku_5
table_prefix =lie_ table_prefix =lie_
type = mysql type = mysql
...@@ -95,7 +95,7 @@ type = mysql ...@@ -95,7 +95,7 @@ type = mysql
[sku_6] [sku_6]
user_name = spu user_name = spu
password = spu password = spu
host = 192.168.1.235 host = 192.168.1.234
database = liexin_sku_6 database = liexin_sku_6
table_prefix =lie_ table_prefix =lie_
type = mysql type = mysql
...@@ -103,7 +103,7 @@ type = mysql ...@@ -103,7 +103,7 @@ type = mysql
[sku_7] [sku_7]
user_name = spu user_name = spu
password = spu password = spu
host = 192.168.1.235 host = 192.168.1.234
database = liexin_sku_7 database = liexin_sku_7
table_prefix =lie_ table_prefix =lie_
type = mysql type = mysql
...@@ -111,7 +111,7 @@ type = mysql ...@@ -111,7 +111,7 @@ type = mysql
[sku_8] [sku_8]
user_name = spu user_name = spu
password = spu password = spu
host = 192.168.1.235 host = 192.168.1.234
database = liexin_sku_8 database = liexin_sku_8
table_prefix =lie_ table_prefix =lie_
type = mysql type = mysql
...@@ -119,7 +119,7 @@ type = mysql ...@@ -119,7 +119,7 @@ type = mysql
[sku_9] [sku_9]
user_name = spu user_name = spu
password = spu password = spu
host = 192.168.1.235 host = 192.168.1.234
database = liexin_sku_9 database = liexin_sku_9
table_prefix =lie_ table_prefix =lie_
type = mysql type = mysql
......
;redis连接信息 ;redis连接信息
[default_redis_read] [default_redis_read]
host = 192.168.1.235:6379 host = 192.168.1.234:6379
password = icDb29mLy2s password = icDb29mLy2s
max_idle = 2000 max_idle = 2000
max_active = 5000 max_active = 5000
idle_timeout = 20 idle_timeout = 20
[default_redis_write] [default_redis_write]
host = 192.168.1.235:6379 host = 192.168.1.234:6379
password = icDb29mLy2s password = icDb29mLy2s
max_idle = 2000 max_idle = 2000
max_active = 5000 max_active = 5000
......
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 sign in to comment