mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2026-02-04 15:05:54 +08:00
37 lines
524 B
YAML
37 lines
524 B
YAML
|
|
server:
|
|
port: 6004
|
|
|
|
spring:
|
|
profiles:
|
|
active: dev
|
|
lazy:
|
|
enable-auto-schema: true
|
|
|
|
---
|
|
## 客户端设置
|
|
#spring:
|
|
# lazy:
|
|
# netty:
|
|
# client:
|
|
# client-id: 1024
|
|
# inet-host: 127.0.0.1
|
|
# inet-port: 7101
|
|
|
|
---
|
|
#logging:
|
|
# level:
|
|
# root: DEBUG
|
|
---
|
|
spring:
|
|
lazy:
|
|
netty:
|
|
protocol:
|
|
proxy:
|
|
authentication: true
|
|
enable-proxy-log: false
|
|
socket-protocol-proxy:
|
|
port: 9002
|
|
http-protocol-proxy:
|
|
port: 8002
|