Files
axum-sqlx-template/configuration/base.yaml
2023-05-07 21:18:16 +02:00

11 lines
180 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