mirror of
https://github.com/knadh/listmonk.git
synced 2025-01-04 05:04:28 +08:00
7 lines
88 B
TOML
7 lines
88 B
TOML
|
[postgres]
|
||
|
dbname="listmonk"
|
||
|
host="localhost"
|
||
|
port=5432
|
||
|
user="postgres"
|
||
|
pass="postgres"
|