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

9 lines
100 B
Plaintext

{
"db": {
"host": "127.0.0.1",
"port": 5432,
"username": "postgres",
"password": null
}
}