Merge branch 'dev' of http://gitlab.fjmaimaimai.com/mmm-go/openapi into dev
正在显示
3 个修改的文件
包含
1 行增加
和
15 行删除
@@ -11,7 +11,6 @@ copyrequestbody = true | @@ -11,7 +11,6 @@ copyrequestbody = true | ||
11 | EnableDocs = true | 11 | EnableDocs = true |
12 | 12 | ||
13 | include "dev.conf" | 13 | include "dev.conf" |
14 | -include "dev-online.conf" | ||
15 | include "test.conf" | 14 | include "test.conf" |
16 | include "prod.conf" | 15 | include "prod.conf" |
17 | 16 |
conf/dev-online.conf
已删除
100644 → 0
1 | -[dev-online] | ||
2 | -#日志 | ||
3 | -log_level = "${LOG_LEVEL||debug}" | ||
4 | -aliyun_logs_access ="${aliyun_logs_access||F:/log/app.log}" | ||
5 | - | ||
6 | -#Ali could | ||
7 | -AccessKeyID ="LTAI4Fz1LUBW2fXp6QWaJHRS" | ||
8 | -AccessKeySecret ="aLZXwK8pgrs10Ws03qcN7NsrSXFVsg" | ||
9 | - | ||
10 | -#阿里云 | ||
11 | -#cname ="https://media.goexample.live/" | ||
12 | -cname ="https://media.fjmaimaimai.com/" | ||
13 | - |
@@ -85,7 +85,7 @@ spec: | @@ -85,7 +85,7 @@ spec: | ||
85 | name: suplus-config | 85 | name: suplus-config |
86 | key: mysql.password | 86 | key: mysql.password |
87 | - name: RUN_MODE | 87 | - name: RUN_MODE |
88 | - value: "dev-online" | 88 | + value: "dev" |
89 | - name: LOG_LEVEL | 89 | - name: LOG_LEVEL |
90 | value: "debug" | 90 | value: "debug" |
91 | - name: aliyun_logs_suplusfile | 91 | - name: aliyun_logs_suplusfile |
-
请 注册 或 登录 后发表评论