Skip to content

Commit

Permalink
reverting mysql host setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Crown committed Jan 31, 2017
1 parent 9178127 commit 29db938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion har_api/settings.py
Expand Up @@ -15,7 +15,7 @@
else:
SQLALCHEMY_DATABASE_URI = 'mysql+pymysql://root:{0}@{1}/haralyzer_api_test'.format(
os.environ.get('MYSQL_ENV_MYSQL_ROOT_PASSWORD'),
os.environ.get('MYSQL_PORT_3306_TCP_ADDR'))
'mysql')
REDIS_HOST = os.environ.get('REDIS_PORT_6379_TCP_ADDR')
# Local development, get this working later
#SQLALCHEMY_DATABASE_URI = 'sqlite:///{0}'.format(
Expand Down

0 comments on commit 29db938

Please sign in to comment.