From 327e8d8f770d12d89b0adf9ac5cd5a078353254b Mon Sep 17 00:00:00 2001 From: SZH <szh_hello@163.com> Date: 星期二, 01 十一月 2022 15:17:12 +0800 Subject: [PATCH] 增加国泰uat环境配置 --- src/main/resources/application.yml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index afe0745..faddc5b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -19,7 +19,7 @@ # 开发环境配置 server: # 服务器的HTTPS端口,为443 - port: 443 +# port: 443 # ssl: # key-store: /root/ssl/syf.com.pfx # key-store: H:/wm/ssl/syf.com.pfx @@ -52,9 +52,10 @@ time-zone: GMT+8 date-format: yyyy-MM-dd HH:mm:ss profiles: + active: guotai-uat # active: druid # active: uat - active: uat8 +# active: uat8 # 文件上传 servlet: multipart: -- Gitblit v1.9.2