wg-gateway/src/main/resources/application.yml

14 lines
207 B
YAML
Raw Normal View History

2021-04-13 13:51:05 +08:00
server:
port: 9999
spring:
cloud:
gateway:
enabled: true
2021-04-14 11:39:34 +08:00
data:
mongodb:
uri: mongodb://127.0.0.1:27017/gateway
logging:
level:
2021-04-17 12:53:56 +08:00
org.springframework: debug
2021-04-14 11:39:34 +08:00
ink.wgink: debug