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:
parent
69585159a6
commit
59c1469e25
1 changed files with 0 additions and 12 deletions
|
@ -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',
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue