Files
axum-sqlx-template/configuration/base.yaml
2025-03-28 10:00:09 +01:00

12 lines
194 B
YAML

application:
port: 8080
host: 0.0.0.0
database:
host: "127.0.0.1"
port: 5432
username: "postgres"
password: "postgres"
database_name: "postgres"
require_ssl: false
is_dev: false