mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-01 06:08:59 +00:00
9 lines
262 B
JSON
9 lines
262 B
JSON
{
|
|
"secret_key": "enter a random string here",
|
|
"db_name": "fedibooks",
|
|
"db_user": "fedibooks",
|
|
"db_pass": "enter your database password here",
|
|
"db_host": "localhost",
|
|
"base_uri": "enter your base URI here, e.g. https://example.com",
|
|
"service_threads": 8
|
|
}
|