tubearchivist-server/tubearchivist/web/config.sample.json

8 lines
160 B
JSON
Raw Normal View History

2022-04-29 10:48:25 +00:00
{
"postgres": {
"db_host": "postgres",
"db_database": "archivist",
"db_user": "archivist",
"db_password": "********"
}
}