12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- appname = ColdVerify_local6400
- HTTPPort = 6400
- runmode = dev
- Graceful = true
- EnableDocs = true
- copyrequestbody = true
- # Mysql 本地
- # MysqlServer_UrlPort = "47.111.15.17:3306"
- # MysqlServer_Database = "cold_verify"
- # MysqlServer_Username = "cold_verify"
- # MysqlServer_Password = "kzFbKseJm5GFpPFS"
- Local_AliasName = "default"
- MysqlServer_UrlPort = "127.0.0.1:3306"
- MysqlServer_Database = "cold_verify_local"
- MysqlServer_Username = "root"
- MysqlServer_Password = "12345678"
- MysqlServer_MaxIdleConnections = 100
- MysqlServer_MaxOpenConnections = 200
- # Mysql 线上
- Server_AliasName = "server"
- MysqlServer2_UrlPort = "175.178.229.79:30306"
- MysqlServer2_Database = "cold_verify"
- MysqlServer2_Username = "root"
- MysqlServer2_Password = "root"
- MysqlServer2_MaxIdleConnections = 100
- MysqlServer2_MaxOpenConnections = 200
- # 存放sql临时文件目录
- Sql_Temp_Dir = "./temp/"
- # Redis
- Redis_address = "175.178.229.79:30379"
- Redis_password = ""
- Redis_dbNum = "2"
- # 静态资源
- Qiniu_AccessKey = "-8ezB_d-8-eUFTMvhOGbGzgeQRPeKQnaQ3DBcUxo"
- Qiniu_SecretKey = "KFhkYxTAJ2ZPN3ZS3euTsfWk8-C92rKgkhAMkDRN"
- Qiniu_BUCKET = "bzdcoldverify"
- Oss = "https://bzdcoldverifyoss.baozhida.cn"
|