Skip to content

Commit

Permalink
fixing issue: #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul authored and Paul committed Jun 12, 2021
1 parent 0c9f0d9 commit 22c1117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def initialize_db():

if os.getenv('GAE_INSTANCE'):
SERVER_MODE = 'prod' # prod vs local
MYSQL_CONNECTOR_STRING = 'mysql+mysqlconnector://root:root@YOUR_OWN_IP_HERE:3306/'
MYSQL_CONNECTOR_STRING = 'mysql+mysqlconnector://root:root@YOUR_OWN_IP_HERE:3306'
else:
SERVER_MODE = 'local'
MYSQL_CONNECTOR_STRING = 'mysql+mysqlconnector://root:[email protected]:3306'
Expand Down

0 comments on commit 22c1117

Please sign in to comment.