locationoverflow/api/config.toml

13 lines
233 B
TOML

[server]
bind = "0.0.0.0"
port = 8171
base_url = "http://localhost:8171/"
[auth]
tokens = [
{ "token" = "test-ro-token", can_write = false },
{ "token" = "test-rw-token", can_write = true }
]
[log]
log_file = "chat_log.log"