add sqlite support
This commit is contained in:
parent
03e5a624ad
commit
16a4decf44
8 changed files with 91 additions and 12 deletions
|
@ -12,7 +12,7 @@ export DOMAIN=your.domain.here
|
|||
export OL_URL="https://openlibrary.org"
|
||||
|
||||
## Database backend to use.
|
||||
## Default is postgres, use sqlite is for dev quickstart only (NOT production!!!)
|
||||
## Default is postgres, sqlite is for dev quickstart only (NOT production!!!)
|
||||
export FEDIREADS_DATABASE_BACKEND=postgres
|
||||
|
||||
export MEDIA_ROOT="images/"
|
Loading…
Add table
Add a link
Reference in a new issue