You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
942 B

  1. # Gin-Vue-Admin Global Configuration
  2. # casbin configuration
  3. casbin:
  4. model-path: './resource/rbac_model.conf'
  5. # jwt configuration
  6. jwt:
  7. signing-key: 'qmPlus'
  8. # mysql connect configuration
  9. mysql:
  10. username: root
  11. password: 'Aa@6447985'
  12. path: '127.0.0.1:3306'
  13. db-name: 'qmPlus'
  14. config: 'charset=utf8&parseTime=True&loc=Local'
  15. max-idle-conns: 10
  16. max-open-conns: 10
  17. log-mode: true
  18. # oss configuration
  19. qiniu:
  20. access-key: '25j8dYBZ2wuiy0yhwShytjZDTX662b8xiFguwxzZ'
  21. secret-key: 'pgdbqEsf7ooZh7W3xokP833h3dZ_VecFXPDeG5JY'
  22. # redis configuration
  23. redis:
  24. addr: '127.0.0.1:6379'
  25. passwprd: ''
  26. db: 0
  27. # system configuration
  28. system:
  29. use-multipoint: false
  30. env: 'develop'
  31. addr: 8888
  32. # captcha configuration
  33. captcha:
  34. key-long: 6
  35. img-width: 120
  36. img-height: 40
  37. # logger configuration
  38. log:
  39. prefix: '[GIN-VUE-ADMIN]'
  40. log-file: true
  41. stdout: 'DEBUG'
  42. file: 'DEBUG'