app.conf 585 B

1234567891011121314151617181920212223242526272829
  1. appname = ERP_user
  2. HTTPPort = 8200
  3. runmode = dev
  4. Graceful = true
  5. EnableDocs = true
  6. copyrequestbody = true
  7. # Nats
  8. NatsServer_Url = "127.0.0.1:4222"
  9. # Mysql
  10. MysqlServer_UrlPort = "47.111.15.17:3306"
  11. MysqlServer_Database = "erp_user"
  12. MysqlServer_Username = "erp_user"
  13. MysqlServer_Password = "DxwTJra8k5rrMdRG"
  14. MysqlServer_MaxIdleConnections = 100
  15. MysqlServer_MaxOpenConnections = 200
  16. # Redis
  17. Redis_address = "47.111.15.17:6379"
  18. Redis_password = ""
  19. Redis_dbNum = "1"
  20. FilterExcludeURL = /Login_verification
  21. FilterOnlyLoginCheckURL = /Menu/List,/User/Info,/User/Post,/Menu/User_List