123456789101112131415161718192021222324252627282930313233343536373839 |
- appname = ColdP_server
- HTTPPort = 6300
- runmode = dev
- EnableDocs = true
- copyrequestbody = true
- # Nats
- ; NatsServer_Url = "203.34.49.130:4222"
- NatsServer_Url = "192.168.0.5:4222"
- # Mysql
- MysqlServer_UrlPort = "192.168.0.88:3306"
- ; MysqlServer_UrlPort = "203.34.49.130:3306"
- MysqlServer_Database = "cold"
- MysqlServer_Username = "cold"
- ; MysqlServer_Password = "yjwyEckZS7rE5H"
- MysqlServer_Password = "yjwyEckZS7rE5H!"
- MysqlServer_MaxIdleConnections = 100
- MysqlServer_MaxOpenConnections = 200
- # Redis
- ; Redis_address = "203.34.49.130:6379"
- Redis_address = "192.168.0.5:6379"
- ; Redis_password = "redis_JJ56d5"
- Redis_password = "redis_wsxaMH"
- Redis_dbNum = "1"
- #MQTT
- Mqtt_suffix = "coldbaozhida.com"
- Mqtt_port = 1883
- Mqtt_username = coldp
- Mqtt_password = EHM5PpXDD579gmp
- Mqtt_UrlMqttjxit = "tcp://mqttjxit.coldbaozhida.com:1883"
- Mqtt_UrlMqttlodr = "tcp://mqttlodr.coldbaozhida.com:1883"
- #只有一个项目运行协程
- isRun = true
- #corn
- Cron = "0 */2 * * * *"
|