Skip to content

Commit 63ea242

Browse files
authored
Update render.yaml
1 parent a1d58d9 commit 63ea242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

render.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ services:
1515
value: /
1616
- key: FLASK_APP # Imported from Heroku app
1717
value: src/app.py
18-
- key: FLASK_ENV # Imported from Heroku app
19-
value: production
18+
- key: FLASK_DEBUG # Imported from Heroku app
19+
value: 0
2020
- key: FLASK_APP_KEY # Imported from Heroku app
2121
value: "any key works"
2222
- key: PYTHON_VERSION

0 commit comments

Comments
 (0)