mercury/config.example.toml
2023-09-04 03:33:13 +02:00

8 lines
188 B
TOML

[core]
postgres = "postgresql://mercury:password@localhost/mercury"
dev = true
secret_key = "" # generate with `openssl rand -base64 48`
[web]
domain = "http://mercury.local"
port = 8000