9 lines
188 B
TOML
9 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
|