Skip to content

Commit 2b81774

Browse files
committed
docs
1 parent e4fdf9b commit 2b81774

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

combine/localsettings.py.template

-13
Original file line numberDiff line numberDiff line change
@@ -159,16 +159,3 @@ STATEIO_IMPORT_DIR = '/home/combine/data/combine/stateio/imports'
159159
# Mongo server
160160
MONGO_HOST = '127.0.0.1'
161161

162-
163-
# Docker override for DATABASE settings
164-
if COMBINE_DEPLOYMENT == 'docker':
165-
DATABASES = {
166-
'default': {
167-
'ENGINE': 'django.db.backends.mysql',
168-
'NAME': 'combine',
169-
'USER': 'combine',
170-
'PASSWORD': 'combine',
171-
'HOST': '10.5.0.4',
172-
'PORT': '3306',
173-
}
174-
}

0 commit comments

Comments
 (0)