mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
add sample config
This commit is contained in:
parent
97bfa28694
commit
4de3997b5a
1 changed files with 9 additions and 0 deletions
9
config.sample.json
Normal file
9
config.sample.json
Normal 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
|
||||
}
|
Loading…
Reference in a new issue