Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Esty Thomas committed May 4, 2020
2 parents 894d9cd + a59ffe8 commit 12c22d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions combine/localsettings.py.docker
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ METADATA_PREFIXES = {

# Database configurations for use in Spark context
COMBINE_DATABASE = {
'jdbc_url':'jdbc:mysql://mysql:3306/combine',
'jdbc_url':'jdbc:mysql://mysql:3307/combine',
'user':settings.DATABASES['default']['USER'],
'password':settings.DATABASES['default']['PASSWORD']
}
Expand Down Expand Up @@ -172,6 +172,6 @@ DATABASES = {
'USER': 'combine',
'PASSWORD': 'combine',
'HOST': 'mysql',
'PORT': '3306',
'PORT': '3307',
}
}

0 comments on commit 12c22d3

Please sign in to comment.