Skip to content

Commit

Permalink
Remove more alexandria artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
skytreader committed Mar 29, 2017
1 parent 85d7aba commit 8abc5eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config.py
Expand Up @@ -13,7 +13,8 @@
import os
BASE_DIR = os.path.abspath(os.path.dirname(__file__))

SQL_HOST = "127.0.0.1"
# Instead of editing this file to specify a host, you can just edit your /etc/hosts.
SQL_HOST = "flaskfiredb"
SQL_PORT = 3306
SQL_USERNAME = "root"
SQL_PASSWORD = ""
Expand Down
2 changes: 1 addition & 1 deletion run.py
Expand Up @@ -4,4 +4,4 @@
if __name__ == "__main__":
main.init_blueprints()
main.init_db()
main.app.run(host=APP_HOST, port=APP_PORT, debug=DEVEL)
main.main.run(host=APP_HOST, port=APP_PORT, debug=DEVEL)

0 comments on commit 8abc5eb

Please sign in to comment.