1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-04 21:25:24 +00:00

removed not needed setting

This commit is contained in:
Bram Wiepjes 2019-07-11 19:15:03 +02:00
parent 69585159a6
commit 59c1469e25

View file

@ -1,13 +1 @@
from .base import * # noqa: F403, F401
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'baserow',
'USER': 'baserow',
'PASSWORD': 'baserow',
'HOST': 'db',
'PORT': '5432',
}
}