12345678910111213141516171819202122232425262728 |
- appname = ColdP_server
- HTTPPort = 6200
- runmode = dev
- EnableDocs = true
- copyrequestbody = true
- # Nats
- NatsServer_Url = "127.0.0.1:43422"
- # Mysql
- MysqlServer_UrlPort = "127.0.0.1:40306"
- MysqlServer_Database = "cold"
- MysqlServer_Username = "cold"
- MysqlServer_Password = "yjwyEckZS7rE5H!"
- MysqlServer_MaxIdleConnections = 100
- MysqlServer_MaxOpenConnections = 200
- # Redis
- # Redis
- Redis_address = "127.0.0.1:43379"
- Redis_password = ""
- Redis_dbNum = "1"
- #MQTT
- Mqtt_suffix = ".coldbaozhida.com"
- Mqtt_port = 1883
- Mqtt_username = test
- Mqtt_password = EHM5PpXDD579gmp
|