This repository has been archived on 2026-01-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Game/Server/robot/config/config.dev.yaml

15 lines
193 B
YAML

app:
name: "robot-dev"
log:
debug: true
level: "debug"
maxSize: 10
maxBackups: 100
maxAge: 7
client:
uid: [ 1,1000000 ]
websocket:
address: "ws://127.0.0.1"
port: 8501