1234567891011121314151617181920212223 |
- appname = Cold_DeductionNotice
- httpport = 6232
- runmode = dev
- # 冷链 通知 收费结算系统
- # Nats
- NatsServer_Url = "127.0.0.1:43422"
- # Mysql
- MysqlServer_UrlPort = "127.0.0.1:40306"
- MysqlServer_Database = "cold"
- MysqlServer_Username = "cold"
- MysqlServer_Password = "yjwyEckZS7rE5H!"
- MysqlServer_MaxIdleConnections = 100
- MysqlServer_MaxOpenConnections = 200
- # Redis
- Redis_address = "127.0.0.1:43379"
- Redis_password = ""
- Redis_dbNum = "1"
|