added options to change database backend

This commit is contained in:
Jonas Winkler
2018-07-15 13:40:38 +02:00
parent 9e71b70d4b
commit 75beb91791
3 changed files with 14 additions and 4 deletions

10
paperless.conf.example Normal file → Executable file
View File

@@ -3,6 +3,16 @@
# As this file contains passwords it should only be readable by the user
# running paperless.
###############################################################################
#### Database Settings ####
###############################################################################
# By default, sqlite is used as the database backend. This can be changed here.
#PAPERLESS_DBENGINE="django.db.backends.postgresql_psycopg2"
#PAPERLESS_DBNAME="paperless"
#PAPERLESS_DBUSER="paperless"
#PAPERLESS_DBPASS="paperless"
###############################################################################
#### Paths & Folders ####