Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit caa2a1e

Browse files
committed
Update flask to run as production
1 parent d529c49 commit caa2a1e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.env.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Environment variables
22
# Copy to a file named .env and add your values
33
FLASK_APP=verify
4-
FLASK_ENV=development
54

65
# Secret key
76
SECRET_KEY=replace-me-in-production

.github/workflows/flask.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
python -m pytest
3232
env:
3333
FLASK_APP: verify
34-
FLASK_ENV: development
3534
SECRET_KEY: some_secret
3635
TWILIO_ACCOUNT_SID: sid
3736
TWILIO_AUTH_TOKEN: token

0 commit comments

Comments
 (0)