fix: environtment
This commit is contained in:
parent
be95e4cf53
commit
dd7e316b87
3
.env
3
.env
|
@ -1,3 +0,0 @@
|
||||||
MONGO_URI=mongodb://localhost:27017/quiz_app
|
|
||||||
FLASK_ENV=development
|
|
||||||
DEBUG=True
|
|
|
@ -1,2 +1,5 @@
|
||||||
.venv
|
# Ignore Python virtual environment
|
||||||
.env
|
.venv/
|
||||||
|
|
||||||
|
# Ignore environment variables file
|
||||||
|
.env
|
||||||
|
|
Loading…
Reference in New Issue