fix: config example

This commit is contained in:
Gaze
2024-04-15 00:44:52 +07:00
parent e6b0b6e86c
commit 7dc2e9887c

View File

@@ -17,5 +17,5 @@ modules:
port: 5432
user: "postgres"
password: "password"
db: "postgres"
dbname: "postgres"
# url: "postgres://postgres:password@localhost:5432/postgres?sslmode=prefer" # [Optional] This will override other database connection configurations