mercury/config.example.toml

9 lines
188 B
TOML
Raw Normal View History

2023-09-04 03:33:13 +02:00
[core]
postgres = "postgresql://mercury:password@localhost/mercury"
dev = true
secret_key = "" # generate with `openssl rand -base64 48`
[web]
domain = "http://mercury.local"
port = 8000