Browse Source

Merge pull request #559 from panpansh/patch-4

Update default.py
Peter Justin 4 years ago
parent
commit
438b4e61ad
1 changed files with 2 additions and 0 deletions
  1. 2 0
      flaskbb/configs/default.py

+ 2 - 0
flaskbb/configs/default.py

@@ -142,6 +142,8 @@ class DefaultConfig(object):
 
 
     # Database
     # Database
     # ------------------------------
     # ------------------------------
+    # For MySQL:
+    #SQLALCHEMY_DATABASE_URI="mysql+pymysql://flaskbb:password@localhost:3306/flaskbb"
     # For PostgresSQL:
     # For PostgresSQL:
     #SQLALCHEMY_DATABASE_URI = "postgresql://flaskbb@localhost:5432/flaskbb"
     #SQLALCHEMY_DATABASE_URI = "postgresql://flaskbb@localhost:5432/flaskbb"
     # For SQLite:
     # For SQLite: