From f62624726a2e28ffb87daf155f972bda392a8511 Mon Sep 17 00:00:00 2001 From: songzhibin97 <718428482@qq.com> Date: Thu, 22 Jul 2021 18:23:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/config.yaml | 96 ---------------------------------------------- 1 file changed, 96 deletions(-) delete mode 100644 server/config.yaml diff --git a/server/config.yaml b/server/config.yaml deleted file mode 100644 index 98ec0dc1..00000000 --- a/server/config.yaml +++ /dev/null @@ -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: xxx@qq.com - port: 465 - from: xxx@163.com - 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 -- GitLab