We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0ad15 commit 99b236aCopy full SHA for 99b236a
1 file changed
deis/settings.py
@@ -300,7 +300,7 @@
300
# default to sqlite3, but allow postgresql config through envvars
301
DATABASES = {
302
'default': {
303
- 'ENGINE': 'django.db.backends.' + os.environ.get('DATABASE_ENGINE', 'postgresql_psycopg2'),
+ 'ENGINE': 'django.db.backends.' + os.environ.get('DATABASE_ENGINE', 'sqlite3'),
304
'NAME': os.environ.get('DATABASE_NAME', 'deis'),
305
'USER': os.environ.get('DATABASE_USER', 'deis'),
306
'PASSWORD': os.environ.get('DATABASE_PASSWORD', 'deis'),
0 commit comments