Files
service-robot/config/config.dev.yaml

22 lines
365 B
YAML

app:
name: "robot-dev"
log:
debug: true
level: "debug"
maxSize: 10
maxBackups: 100
maxAge: 7
client:
count: 100
usn: [ 1,10000000 ]
http:
address: "https://www.hlsq.asia/api"
port: 0
websocket:
# address: "ws://47.108.184.184/ws/"
# address: "wss://www.hlsq.asia/ws/"
# port: 0
address: "ws://127.0.0.1"
port: 8501