py-masto-purger-server/config.json.example

9 lines
100 B
Plaintext
Raw Permalink Normal View History

2021-11-15 00:20:15 +00:00
{
"db": {
"host": "127.0.0.1",
"port": 5432,
"username": "postgres",
"password": null
}
}