🎨 清理多余文件,修改项目model
This commit is contained in:
@@ -11,7 +11,7 @@ metadata:
|
||||
version: gva-vue3
|
||||
data:
|
||||
config.yaml: |
|
||||
# github.com/flipped-aurora/gin-vue-admin/server Global Configuration
|
||||
# git.echol.cn/loser/Go-Web-Template/server Global Configuration
|
||||
|
||||
# jwt configuration
|
||||
jwt:
|
||||
@@ -23,7 +23,7 @@ data:
|
||||
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'
|
||||
link-name: 'latest_log'
|
||||
show-line: true
|
||||
@@ -66,7 +66,7 @@ data:
|
||||
img-height: 80
|
||||
|
||||
# mysql connect configuration
|
||||
# 未初始化之前请勿手动修改数据库信息!!!如果一定要手动初始化请看(https://www.github.com/flipped-aurora/gin-vue-admin/server.com/docs/first)
|
||||
# 未初始化之前请勿手动修改数据库信息!!!如果一定要手动初始化请看(https://www.git.echol.cn/loser/Go-Web-Template/server.com/docs/first)
|
||||
mysql:
|
||||
path: ''
|
||||
config: ''
|
||||
@@ -126,7 +126,7 @@ data:
|
||||
secret-id: 'xxxxxxxx'
|
||||
secret-key: 'xxxxxxxx'
|
||||
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'
|
||||
|
||||
# excel configuration
|
||||
excel:
|
||||
|
||||
@@ -29,7 +29,7 @@ spec:
|
||||
- containerPort: 8888
|
||||
name: http
|
||||
volumeMounts:
|
||||
- mountPath: /go/src/github.com/flipped-aurora/gin-vue-admin/server/config.docker.yaml
|
||||
- mountPath: /go/src/git.echol.cn/loser/Go-Web-Template/server/config.docker.yaml
|
||||
name: config
|
||||
subPath: config.yaml
|
||||
- mountPath: /etc/localtime
|
||||
|
||||
Reference in New Issue
Block a user