(remove): Removed temp comments
This commit is contained in:
@@ -10,7 +10,7 @@ load_dotenv()
|
||||
app = Flask(__name__)
|
||||
CORS(app)
|
||||
|
||||
app.config['SQLALCHEMY_DATABASE_URI'] = os.getenv('DATABASE') # Or use DATABASE_URI from models
|
||||
app.config['SQLALCHEMY_DATABASE_URI'] = os.getenv('DATABASE')
|
||||
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
|
||||
|
||||
init_db(app)
|
||||
|
||||
Reference in New Issue
Block a user