|
@@ -1,96 +0,0 @@
|
|
|
-aliyun-oss:
|
|
|
- endpoint: yourEndpoint
|
|
|
- access-key-id: yourAccessKeyId
|
|
|
- access-key-secret: yourAccessKeySecret
|
|
|
- bucket-name: yourBucketName
|
|
|
- bucket-url: yourBucketUrl
|
|
|
- base-path: yourBasePath
|
|
|
-autocode:
|
|
|
- transfer-restart: true
|
|
|
- root: E:\gin-vue-admin
|
|
|
- server: /server
|
|
|
- server-api: /api/v1/autocode
|
|
|
- server-initialize: /initialize
|
|
|
- server-model: /model/autocode
|
|
|
- server-request: /model/autocode/request/
|
|
|
- server-router: /router/autocode
|
|
|
- server-service: /service/autocode
|
|
|
- web: /web/src
|
|
|
- web-api: /api
|
|
|
- web-form: /view
|
|
|
- web-table: /view
|
|
|
- web-flow: /view
|
|
|
-captcha:
|
|
|
- key-long: 6
|
|
|
- img-width: 240
|
|
|
- img-height: 80
|
|
|
-casbin:
|
|
|
- model-path: ./resource/rbac_model.conf
|
|
|
-email:
|
|
|
- to: [email protected]
|
|
|
- port: 465
|
|
|
- from: [email protected]
|
|
|
- host: smtp.163.com
|
|
|
- is-ssl: true
|
|
|
- secret: xxx
|
|
|
- nickname: test
|
|
|
-excel:
|
|
|
- dir: ./resource/excel/
|
|
|
-jwt:
|
|
|
- signing-key: qmPlus
|
|
|
- expires-time: 604800
|
|
|
- buffer-time: 86400
|
|
|
-local:
|
|
|
- path: uploads/file
|
|
|
-mysql:
|
|
|
- path: 127.0.0.1:3306
|
|
|
- config: charset=utf8mb4&parseTime=True&loc=Local
|
|
|
- db-name: gva
|
|
|
- username: root
|
|
|
- password: Aa@6447985
|
|
|
- max-idle-conns: 0
|
|
|
- max-open-conns: 0
|
|
|
- log-mode: ""
|
|
|
- log-zap: false
|
|
|
-qiniu:
|
|
|
- zone: ZoneHuaDong
|
|
|
- bucket: ""
|
|
|
- img-path: ""
|
|
|
- use-https: false
|
|
|
- access-key: ""
|
|
|
- secret-key: ""
|
|
|
- use-cdn-domains: false
|
|
|
-redis:
|
|
|
- db: 0
|
|
|
- addr: 127.0.0.1:6379
|
|
|
- password: ""
|
|
|
-system:
|
|
|
- env: public
|
|
|
- addr: 8888
|
|
|
- db-type: mysql
|
|
|
- oss-type: local
|
|
|
- use-multipoint: false
|
|
|
-tencent-cos:
|
|
|
- bucket: xxxxx-10005608
|
|
|
- region: ap-shanghai
|
|
|
- secret-id: xxxxxxxx
|
|
|
- secret-key: xxxxxxxx
|
|
|
- base-url: https://gin.vue.admin
|
|
|
- path-prefix: gin-vue-admin
|
|
|
-timer:
|
|
|
- start: true
|
|
|
- spec: '@daily'
|
|
|
- detail:
|
|
|
- - tableName: sys_operation_records
|
|
|
- compareField: created_at
|
|
|
- interval: 2160h
|
|
|
-zap:
|
|
|
- level: info
|
|
|
- format: console
|
|
|
- prefix: '[GIN-VUE-ADMIN]'
|
|
|
- director: log
|
|
|
- link-name: latest_log
|
|
|
- showLine: true
|
|
|
- encode-level: LowercaseColorLevelEncoder
|
|
|
- stacktrace-key: stacktrace
|
|
|
- log-in-console: true
|