Skip to content

Commit

Permalink
Merge pull request CloudOrc#276 from dlimeng/dev
Browse files Browse the repository at this point in the history
dev require
  • Loading branch information
dlimeng authored Jan 12, 2024
2 parents a789d55 + 206bc31 commit a523156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion solidui/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@
FAB_API_SWAGGER_UI = True
FAB_API_SWAGGER = True
# The SQLAlchemy connection string.
# SQLALCHEMY_DATABASE_URI = (f"""sqlite:///{os.path.join(DATA_DIR, "solidui.db")}?check_same_thread=false""")
SQLALCHEMY_DATABASE_URI = (f"""sqlite:///{os.path.join(DATA_DIR, "solidui.db")}?check_same_thread=false""")

# SQLALCHEMY_DATABASE_URI = 'mysql://username:password@host:port/dbname'



# SQLALCHEMY_CUSTOM_PASSWORD_STORE = lookup_password
SQLALCHEMY_CUSTOM_PASSWORD_STORE = None

Expand Down

0 comments on commit a523156

Please sign in to comment.