add sqlite support

This commit is contained in:
thricedotted
2020-02-15 14:19:36 -08:00
parent 03e5a624ad
commit 16a4decf44
8 changed files with 91 additions and 12 deletions

View File

@ -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/"