yoda-web/config/base.toml
2024-08-20 21:12:57 +03:00

10 lines
140 B
TOML

[application]
port = 8000
[database]
host = "127.0.0.1"
port = 5432
username = "postgres"
password = "password"
database_name = "yoda-web"