app.conf 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. appname = ERP_user
  2. HTTPPort = 6700
  3. runmode = dev
  4. Graceful = true
  5. EnableDocs = true
  6. copyrequestbody = true
  7. # NatsServer_Url = "192.168.192.251:4222"
  8. NatsServer_Url = "175.178.229.79:4222"
  9. # Mysql 线上
  10. MysqlServer_UrlPort = "192.168.192.251:3306"
  11. MysqlServer_Database = "erp_user_test"
  12. MysqlServer_Username = "erp_user_test"
  13. MysqlServer_Password = "C8iaSLwhRpCermaR"
  14. MysqlServer_MaxIdleConnections = 100
  15. MysqlServer_MaxOpenConnections = 200
  16. # Redis
  17. Redis_address = "192.168.192.251:6379"
  18. Redis_password = ""
  19. Redis_dbNum = "2"
  20. # 静态资源
  21. Qiniu_AccessKey = "-8ezB_d-8-eUFTMvhOGbGzgeQRPeKQnaQ3DBcUxo"
  22. Qiniu_SecretKey = "KFhkYxTAJ2ZPN3ZS3euTsfWk8-C92rKgkhAMkDRN"
  23. Qiniu_BUCKET = "baozhida-erp"
  24. Qiniu_Url = "https://erposs.baozhida.cn/"
  25. FilterExcludeURL = /Login_verification
  26. FilterOnlyLoginCheckURL = /Menu/List,/User/Info,/User/Post,/Menu/User_List,/User/List,/User/Get,/UpFileToken,/Dept/List,/Post/List,/News/List,/News/See
  27. #Sys = ERP_ACCOUNT|账号管理,ERP_AMS|考勤管理,ERP_SALARY|薪资管理,ERP_STORAGE|仓库管理,ERP_PROJECT|项目管理
  28. Sys = ERP_ACCOUNT|账号管理,ERP_AMS|考勤管理,ERP_SALARY|薪资管理,ERP_STORAGE|仓库管理
  29. # Sys = ERP_ACCOUNT|账号管理,ERP_STORAGE|仓库管理