新增配置文件

This commit is contained in:
wanggeng888 2021-05-17 16:55:18 +08:00
parent b530bde93e
commit 9fa39f6579

View File

@ -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