mirror of
https://github.com/riwiwa/muzi.git
synced 2026-03-03 16:51:49 -08:00
10 lines
133 B
TOML
10 lines
133 B
TOML
[server]
|
|
address = "0.0.0.0:1234"
|
|
|
|
[database]
|
|
host = "localhost"
|
|
port = "5432"
|
|
user = "postgres"
|
|
password = "postgres"
|
|
name = "muzi"
|