app.conf 560 B

12345678910111213141516171819202122232425262728
  1. appname = ColdP_server
  2. HTTPPort = 6200
  3. runmode = dev
  4. EnableDocs = true
  5. copyrequestbody = true
  6. # Nats
  7. NatsServer_Url = "127.0.0.1:43422"
  8. # Mysql
  9. MysqlServer_UrlPort = "127.0.0.1:40306"
  10. MysqlServer_Database = "cold"
  11. MysqlServer_Username = "cold"
  12. MysqlServer_Password = "yjwyEckZS7rE5H!"
  13. MysqlServer_MaxIdleConnections = 100
  14. MysqlServer_MaxOpenConnections = 200
  15. # Redis
  16. # Redis
  17. Redis_address = "127.0.0.1:43379"
  18. Redis_password = ""
  19. Redis_dbNum = "1"
  20. #MQTT
  21. Mqtt_suffix = ".coldbaozhida.com"
  22. Mqtt_port = 1883
  23. Mqtt_username = test
  24. Mqtt_password = EHM5PpXDD579gmp