12345678910111213141516171819202122 |
- appname = Cold_DataV
- httpport = 6700
- runmode = dev
- # Mysql
- MysqlServer_UrlPort = "192.168.0.88:3306"
- MysqlServer_Database = "cold"
- MysqlServer_Username = "cold"
- MysqlServer_Password = "yjwyEckZS7rE5H!"
- MysqlServer_MaxIdleConnections = 100
- MysqlServer_MaxOpenConnections = 200
- # Redis
- Redis_address = "192.168.0.5:6379"
- Redis_password = "redis_wsxaMH"
- Redis_dbNum = "1"
- # Nats
- NatsServer_Url = "192.168.0.5:4222"
|