From 9fa39f6579546f6d4efaa601bf9aaba04b3a990c Mon Sep 17 00:00:00 2001 From: wanggeng888 <450292408@qq.com> Date: Mon, 17 May 2021 16:55:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-prod.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/main/resources/application-prod.yml diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml new file mode 100644 index 0000000..3dde741 --- /dev/null +++ b/src/main/resources/application-prod.yml @@ -0,0 +1,18 @@ +server: + port: 9999 +spring: + cloud: + gateway: + enabled: true + httpclient: + # 支持https转发 + ssl: + use-insecure-trust-manager: true + data: + mongodb: + uri: mongodb://127.0.0.1:27017/gateway + +logging: + level: + org.springframework: error + ink.wgink: debug \ No newline at end of file