app.conf 619 B

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