1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-09-27 22:53:04 +00:00
FediBooks/config.sample.json
2019-09-10 14:21:43 +10:00

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
}