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.

42 lines
1022 B

  1. {
  2. "casbinconfig": {
  3. "modelPath": "./resource/rbac_model.conf"
  4. },
  5. "jwt": {
  6. "signingKey": "qmPlus"
  7. },
  8. "mysqladmin": {
  9. "username": "root",
  10. "password": "Aa@6447985",
  11. "path": "127.0.0.1:3306",
  12. "dbname": "qmPlus",
  13. "config": "charset=utf8\u0026parseTime=True\u0026loc=Local",
  14. "maxIdleConns": 10,
  15. "maxOpenConns": 100,
  16. "logMode": true
  17. },
  18. "qiniu": {
  19. "accessKey": "25j8dYBZ2wuiy0yhwShytjZDTX662b8xiFguwxzZ",
  20. "secretKey": "pgdbqEsf7ooZh7W3xokP833h3dZ_VecFXPDeG5JY"
  21. },
  22. "redisadmin": {
  23. "addr": "127.0.0.1:6379",
  24. "password": "",
  25. "db": 0
  26. },
  27. "system": {
  28. "useMultipoint": false,
  29. "env": "develop",
  30. "addr": 8888
  31. },
  32. "captcha": {
  33. "keyLong": 6,
  34. "imgWidth": 120,
  35. "imgHeight": 40
  36. },
  37. "log": {
  38. "prefix": "[GIN-VUE-ADMIN]",
  39. "logFile": false,
  40. "stdout": ["DEBUG"],
  41. "file": ["WARNING"]
  42. }
  43. }