- Bump version to 0.11.0 - Added data table to quests, accounts and rooms - Discord bot now adds "avatar" and "name" data to accounts on init - Added CLI "map data" command
8 lines
167 B
TOML
8 lines
167 B
TOML
[default]
|
|
address = "127.0.0.1" # should be local only because frontend runs on the same machine
|
|
port = 2526
|
|
log_level = "critical"
|
|
|
|
[default.shutdown]
|
|
ctrlc = false
|
|
|