12345678910111213141516171819202122 |
- appname = Cold_WorkOrder6500
- HTTPPort = 6500
- 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
- # Redis
- Redis_address = "127.0.0.1:3379"
- Redis_password = ""
- Redis_dbNum = "2"
|