app.conf 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. appname = ERP_user
  2. HTTPPort = 6700
  3. runmode = dev
  4. Graceful = true
  5. EnableDocs = true
  6. copyrequestbody = true
  7. NatsServer_Url = "127.0.0.1:4223"
  8. NatsSubj_Prefix = "Test_"
  9. # Mysql 线上
  10. MysqlServer_UrlPort = "127.0.0.1:3316"
  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 = "127.0.0.1:6378"
  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|仓库管理