listmonk/sqlboiler.toml

7 lines
88 B
TOML

[postgres]
dbname="listmonk"
host="localhost"
port=5432
user="postgres"
pass="postgres"