diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.toml (renamed from config/config.example.toml) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.example.toml b/config/default.toml index 780c8b5..c23fdc2 100644 --- a/config/config.example.toml +++ b/config/default.toml @@ -1,3 +1,6 @@ +[server] +bind = "127.0.0.1:24319" + [features] room_watches = true |