listmonk/sqlboiler.toml

7 lines
88 B
TOML
Raw Normal View History

2018-10-25 13:51:47 +00:00
[postgres]
dbname="listmonk"
host="localhost"
port=5432
user="postgres"
pass="postgres"