axum-template/config/base.toml

10 lines
148 B
TOML

[application]
port = 8000
[database]
host = "127.0.0.1"
port = 5432
username = "postgres"
password = "password"
database_name = "{{project-name}}"