mirror of
https://github.com/LeNei/axum-sqlx-template.git
synced 2026-02-13 14:54:40 +00:00
11 lines
180 B
YAML
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
|