diff options
| author | fangshunjian <[email protected]> | 2021-10-08 11:20:09 +0800 |
|---|---|---|
| committer | fangshunjian <[email protected]> | 2021-10-08 11:20:09 +0800 |
| commit | 8d216a4f083a697bdb081170762f67aafe3b0281 (patch) | |
| tree | 823ca3e13c788240e0f8750528360069a2e36732 /src | |
| parent | d167cf7410c95bdc4f6f6dd15488e0071fbb6b9b (diff) | |
build: 取消打包 auth.yml,token.auth,lokiPushUrls.yml
1、取消打包 auth.yml,token.auth,lokiPushUrls.yml
2、增加 application-prod.yml https 默认disabled
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/resources/application-prod.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml new file mode 100644 index 0000000..33f29d0 --- /dev/null +++ b/src/main/resources/application-prod.yml @@ -0,0 +1,3 @@ +server: + ssl: + enabled: false |
