app.conf 418 B

12345678910111213141516171819202122
  1. appname = Cold_DataV
  2. httpport = 6700
  3. runmode = dev
  4. # Mysql
  5. MysqlServer_UrlPort = "192.168.0.88:3306"
  6. MysqlServer_Database = "cold"
  7. MysqlServer_Username = "cold"
  8. MysqlServer_Password = "yjwyEckZS7rE5H!"
  9. MysqlServer_MaxIdleConnections = 100
  10. MysqlServer_MaxOpenConnections = 200
  11. # Redis
  12. Redis_address = "192.168.0.5:6379"
  13. Redis_password = "redis_wsxaMH"
  14. Redis_dbNum = "1"
  15. # Nats
  16. NatsServer_Url = "192.168.0.5:4222"