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