Skip to content

Commit 4466c1c

Browse files
committed
deps(flask): use FLASK_DEBUG instead of FLASK_ENV across whole repo
1 parent e48d44b commit 4466c1c

File tree

69 files changed

+68
-68
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+68
-68
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
FLASK_APP=app
2-
FLASK_ENV=development
2+
FLASK_DEBUG=True
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
FLASK_APP=app
2-
FLASK_ENV=development
2+
FLASK_DEBUG=True
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
FLASK_APP=app
2-
FLASK_ENV=development
2+
FLASK_DEBUG=True
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
FLASK_APP=app
2-
FLASK_ENV=development
2+
FLASK_DEBUG=True
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
FLASK_APP=app
2-
FLASK_ENV=development
2+
FLASK_DEBUG=True
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
FLASK_APP=app
2-
FLASK_ENV=development
2+
FLASK_DEBUG=True
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
FLASK_APP=app
2-
FLASK_ENV=development
2+
FLASK_DEBUG=True
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
FLASK_APP=app
2-
FLASK_ENV=development
2+
FLASK_DEBUG=True
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
FLASK_APP=app
2-
FLASK_ENV=development
2+
FLASK_DEBUG=True
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
FLASK_APP=app
2-
FLASK_ENV=development
2+
FLASK_DEBUG=True

0 commit comments

Comments
 (0)