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