import os class Config: # Use the environment variable for the database URI SQLALCHEMY_DATABASE_URI = os.environ.get("SQLALCHEMY_DATABASE_URI")