fix: environtment

This commit is contained in:
akhdanre 2025-02-07 19:39:07 +07:00
parent be95e4cf53
commit dd7e316b87
2 changed files with 5 additions and 5 deletions

3
.env
View File

@ -1,3 +0,0 @@
MONGO_URI=mongodb://localhost:27017/quiz_app
FLASK_ENV=development
DEBUG=True

5
.gitignore vendored
View File

@ -1,2 +1,5 @@
.venv # Ignore Python virtual environment
.venv/
# Ignore environment variables file
.env .env