🎨 清理多余文件,修改项目model
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# github.com/flipped-aurora/gin-vue-admin/server Global Configuration
|
||||
# git.echol.cn/loser/Go-Web-Template/server Global Configuration
|
||||
|
||||
# jwt configuration
|
||||
jwt:
|
||||
@@ -10,7 +10,7 @@ jwt:
|
||||
zap:
|
||||
level: info
|
||||
format: console
|
||||
prefix: "[github.com/flipped-aurora/gin-vue-admin/server]"
|
||||
prefix: "[git.echol.cn/loser/Go-Web-Template/server]"
|
||||
director: log
|
||||
show-line: true
|
||||
encode-level: LowercaseColorLevelEncoder
|
||||
@@ -176,14 +176,6 @@ local:
|
||||
path: uploads/file
|
||||
store-path: uploads/file
|
||||
|
||||
# autocode configuration
|
||||
autocode:
|
||||
web: web/src
|
||||
root: "" # root 自动适配项目根目录, 请不要手动配置,他会在项目加载的时候识别出根路径
|
||||
server: server
|
||||
module: 'github.com/flipped-aurora/gin-vue-admin/server'
|
||||
ai-path: "" # AI服务路径
|
||||
|
||||
# qiniu configuration (请自行七牛申请对应的 公钥 私钥 bucket 和 域名地址)
|
||||
qiniu:
|
||||
zone: ZoneHuaDong
|
||||
@@ -220,7 +212,7 @@ tencent-cos:
|
||||
secret-id: your-secret-id
|
||||
secret-key: your-secret-key
|
||||
base-url: https://gin.vue.admin
|
||||
path-prefix: github.com/flipped-aurora/gin-vue-admin/server
|
||||
path-prefix: git.echol.cn/loser/Go-Web-Template/server
|
||||
|
||||
# aws s3 configuration (minio compatible)
|
||||
aws-s3:
|
||||
@@ -232,7 +224,7 @@ aws-s3:
|
||||
secret-id: your-secret-id
|
||||
secret-key: your-secret-key
|
||||
base-url: https://gin.vue.admin
|
||||
path-prefix: github.com/flipped-aurora/gin-vue-admin/server
|
||||
path-prefix: git.echol.cn/loser/Go-Web-Template/server
|
||||
|
||||
# cloudflare r2 configuration
|
||||
cloudflare-r2:
|
||||
|
||||
Reference in New Issue
Block a user