123456789101112131415161718192021222324252627282930 |
- appname = Cold_Api
- HTTPPort = 6200
- runmode = dev
- EnableDocs = true
- copyrequestbody = true
- # Nats
- NatsServer_Url = "192.168.192.63:4222"
- # Mysql
- MysqlServer_UrlPort = "47.111.15.17:3306"
- MysqlServer_Database = "cold"
- MysqlServer_Username = "cold"
- MysqlServer_Password = "j6WXwyEckZS7bJFM"
- MysqlServer_MaxIdleConnections = 100
- MysqlServer_MaxOpenConnections = 200
- # Redis
- Redis_address = "localhost:6379"
- Redis_password = ""
- Redis_dbNum = "1"
- # 静态资源
- # Oss = "https://osscold.baozhida.cn/"
- Oss = "../../../static"
- Oss_file = "C:\\Users\\Administrator\\Pictures\\oss"
|