1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-09-28 15:13:05 +00:00
FediBooks/app/config.sample.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
}