Skip to content

Commit 804f91f

Browse files
authored
Use Flask dotenv file to set default env and port (alerta#812)
1 parent e0f6e12 commit 804f91f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.flaskenv

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FLASK_ENV=development
2+
FLASK_RUN_PORT=8080

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
mypy==0.620
22
nose
33
pre-commit
4+
python-dotenv
45
twine

0 commit comments

Comments
 (0)