app.conf 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. appname = ColdVerify_local6400
  2. HTTPPort = 6400
  3. runmode = dev
  4. Graceful = true
  5. EnableDocs = true
  6. copyrequestbody = true
  7. # Nats
  8. NatsServer_Url = "127.0.0.1:43422"
  9. # 存放sql临时文件目录
  10. Sql_Temp_Dir = "./temp/"
  11. # Redis
  12. Redis_address = "127.0.0.1:43379"
  13. Redis_password = ""
  14. Redis_dbNum = "2"
  15. # Mysql 本地
  16. Local_AliasName = "default"
  17. MysqlServer_UrlPort = "192.168.11.23:3306"
  18. MysqlServer_Database = "coldverify_local"
  19. MysqlServer_Username = "coldverify_local"
  20. MysqlServer_Password = "hmZbXNWdpXKB3K8x"
  21. MysqlServer_MaxIdleConnections = 100
  22. MysqlServer_MaxOpenConnections = 200
  23. # # Mysql 线上
  24. Server_AliasName = "server"
  25. MysqlServer2_UrlPort = "127.0.0.1:40306"
  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"