app.conf 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. appname = ColdVerify_local6400
  2. HTTPPort = 6400
  3. runmode = dev
  4. Graceful = true
  5. EnableDocs = true
  6. copyrequestbody = true
  7. # Nats
  8. NatsServer_Url = "203.34.49.130:4222"
  9. # 存放sql临时文件目录
  10. Sql_Temp_Dir = "./temp/"
  11. # Redis
  12. Redis_address = "203.34.49.130:4222"
  13. Redis_password = "redis_JJ56d5"
  14. Redis_dbNum = "2"
  15. # Mysql 本地
  16. Local_AliasName = "default"
  17. MysqlServer_UrlPort = "203.34.49.130:3306"
  18. MysqlServer_Database = "coldverify"
  19. MysqlServer_Username = "coldverify"
  20. MysqlServer_Password = "Bd3d34yJ7aibiEi"
  21. MysqlServer_MaxIdleConnections = 100
  22. MysqlServer_MaxOpenConnections = 200
  23. # Mysql 线上
  24. Server_AliasName = "server"
  25. MysqlServer2_UrlPort = "203.34.49.130:3306"
  26. MysqlServer2_Database = "coldverify"
  27. MysqlServer2_Username = "coldverify"
  28. MysqlServer2_Password = "Bd3d34yJ7aibiEi"
  29. MysqlServer2_MaxIdleConnections = 100
  30. MysqlServer2_MaxOpenConnections = 200
  31. # 静态资源
  32. Qiniu_AccessKey = "-8ezB_d-8-eUFTMvhOGbGzgeQRPeKQnaQ3DBcUxo"
  33. Qiniu_SecretKey = "KFhkYxTAJ2ZPN3ZS3euTsfWk8-C92rKgkhAMkDRN"
  34. Qiniu_BUCKET = "bzdcoldverify"
  35. Oss = "https://bzdcoldverifyoss.baozhida.cn"