新增配置文件
This commit is contained in:
parent
b530bde93e
commit
9fa39f6579
18
src/main/resources/application-prod.yml
Normal file
18
src/main/resources/application-prod.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user