app.conf 332 B

123456789101112131415161718
  1. appname = Cold_Monitor
  2. httpport = 6260
  3. runmode = dev
  4. # Nats
  5. NatsServer_Url = "127.0.0.1:43422"
  6. # Mysql
  7. MysqlServer_UrlPort = "127.0.0.1:40306"
  8. MysqlServer_Database = "cold_monitor"
  9. MysqlServer_Username = "cold"
  10. MysqlServer_Password = "yjwyEckZS7rE5H!"
  11. MysqlServer_MaxIdleConnections = 100
  12. MysqlServer_MaxOpenConnections = 200