1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- appname = Cold_Api
- HTTPPort = 6200
- runmode = dev
- EnableDocs = true
- copyrequestbody = true
- #热更新
- # Graceful = true
- #进程内监控
- # EnableAdmin = true
- # AdminAddr = "localhost"
- # AdminPort = 8088
- # 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
- # # Mysql
- # MysqlServer_UrlPort = "192.168.192.250:3306"
- # MysqlServer_Database = "culd"
- # MysqlServer_Username = "cold"
- # MysqlServer_Password = "j6WXwyEckZS7bJFM"
- # MysqlServer_MaxIdleConnections = 100
- # MysqlServer_MaxOpenConnections = 200
- # Redis
- Redis_address = "192.168.192.63:6379"
- Redis_password = ""
- Redis_dbNum = "1"
- # 静态资源
- # Oss = "https://osscold.baozhida.cn/"
- Oss = "../../../static"
- Oss_file = "C:\\Users\\Administrator\\Pictures\\oss"
- # Panel
- Panel_url = "http://127.0.0.1:6204/Cold_Panel"
|