123456789101112131415161718 |
- appname = Cold_Monitor
- httpport = 6260
- runmode = dev
- # Nats
- NatsServer_Url = "127.0.0.1:43422"
- # Mysql
- MysqlServer_UrlPort = "127.0.0.1:40306"
- MysqlServer_Database = "cold_monitor"
- MysqlServer_Username = "cold"
- MysqlServer_Password = "yjwyEckZS7rE5H!"
- MysqlServer_MaxIdleConnections = 100
- MysqlServer_MaxOpenConnections = 200
|