Commit 75a28d2b by huangchengyi

过滤线上配置

parent 0b2147a4
......@@ -8,5 +8,6 @@ cmd.exe~
/cmd/*.exe~
/cmd/logs
/bat/logs/
/conf/*.ini
/conf/prod/*.ini
/conf
;总配置信息
[web]
port = 60004
mode = debug
[message]
api_domain = http://api.ichunt.com/msg/sendMessageByAuto
api_md5_str = fh6y5t4rr351d2c3bryi
;钉钉配置信息
[DINGDING]
SEARCH_API_MONITOR = 6d0fa85e01a02c39347d011ae973fd21b76c6c7ce582d3ea470c6b65a318848d
;存放数据库连接信息
[xorm]
ShowSQL = false
[spu]
user_name = LxiCSpu
password = `Mysx3Tyzlo00oxlmlly`
host = 172.18.137.21
database = liexin_spu
table_prefix =lie_
type = mysql
[liexin_data]
user_name = LxDDUsedRead
password = `0o9u0Ux2oAoYddflmxXtZss`
host = 172.18.137.33
database = liexin_data
table_prefix =lie_
type = mysql
[supp]
user_name = SupDbUser
password = `Supssy2@@!!@$#yxy`
host = 172.18.137.21
database = liexin_supp
table_prefix =lie_
type = mysql
[cms]
user_name = dtuser
password = `dAtaL#ym2902m2lLX2y33`
host = appdb-master.ichunt.db
database = icdata
table_prefix =
type = mysql
;存放mongodb连接信息
[mongo]
host = 172.18.137.23:27017
username = "ichunt"
password = "huntmon66499"
database = ichunt
maxPoolSize=100
\ No newline at end of file
;存放rabmq连接信息
[rabmq]
url = amqp://huntmouser:jy2y2900@119.23.79.136:5672/
;存放本系统所有的队列名称
[rabmq_all]
;redis连接信息
[default_redis_read]
host = 172.18.137.39:6379
password = icDb29mLy2s
max_idle = 500
max_active = 500
idle_timeout = 20
[default_redis_write]
host = 172.18.137.38:6379
password = icDb29mLy2s
max_idle = 500
max_active = 500
idle_timeout = 20
;存放redis所有键
[redis_all]
\ No newline at end of file
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