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

23 lines
369 B
YAML

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