Skip to content

Commit 12c22d3

Browse files
author
Esty Thomas
committed
Merge branch 'dev'
2 parents 894d9cd + a59ffe8 commit 12c22d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

combine/localsettings.py.docker

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ METADATA_PREFIXES = {
112112

113113
# Database configurations for use in Spark context
114114
COMBINE_DATABASE = {
115-
'jdbc_url':'jdbc:mysql://mysql:3306/combine',
115+
'jdbc_url':'jdbc:mysql://mysql:3307/combine',
116116
'user':settings.DATABASES['default']['USER'],
117117
'password':settings.DATABASES['default']['PASSWORD']
118118
}
@@ -172,6 +172,6 @@ DATABASES = {
172172
'USER': 'combine',
173173
'PASSWORD': 'combine',
174174
'HOST': 'mysql',
175-
'PORT': '3306',
175+
'PORT': '3307',
176176
}
177177
}

0 commit comments

Comments
 (0)