did some formatting and cleaning
This commit is contained in:
@@ -1 +1,5 @@
|
||||
SQLALCHEMY_DATABASE_URI = 'mysql+mariadb://your_username:your_password@your_database_host/scenesense_db'
|
||||
import os
|
||||
|
||||
class Config:
|
||||
# Use the environment variable for the database URI
|
||||
SQLALCHEMY_DATABASE_URI = os.environ.get("SQLALCHEMY_DATABASE_URI")
|
||||
|
||||
Reference in New Issue
Block a user