123456789101112131415161718 |
- appname = Cold_WorkOrder6240
- HTTPPort = 6240
- runmode = dev
- Graceful = true
- EnableDocs = true
- copyrequestbody = true
- # Mysql
- MysqlServer_UrlPort = "127.0.0.1:3306"
- MysqlServer_Database = "cold_work_order"
- MysqlServer_Username = "cold_work_order"
- MysqlServer_Password = "123456"
- MysqlServer_MaxIdleConnections = 100
- MysqlServer_MaxOpenConnections = 200
- # Nats 用户
- NatsServer_Url = "127.0.0.1:4222"
|