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

20 lines
266 B
YAML

app:
name: "robot-prod"
log:
debug: false
level: "debug"
maxSize: 10
maxBackups: 100
maxAge: 7
client:
count: 100
usn: [ 1,1000000 ]
http:
address: "http://127.0.0.1"
port: 8080
websocket:
address: "ws://172.18.28.0"
port: 8501