1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-11-25 08:38:59 +00:00

add sample config

This commit is contained in:
Lynne Megido 2019-09-10 14:21:43 +10:00
parent 97bfa28694
commit 4de3997b5a

9
config.sample.json Normal file
View file

@ -0,0 +1,9 @@
{
"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
}