Skip to content

Commit 1ba589b

Browse files
committed
Updated Docs: FLASK_ENV
1 parent 7e4e848 commit 1ba589b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 0.3.0.post1
2+
* Updated Dependencies and Docs (#17)
3+
14
### 0.3.0
25
* Npm > Yarn
36
* Updated to Flask 1.0

app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"logo": "https://raw.githubusercontent.com/gtalarico/flask-vuejs-template/master/app/client/app/src/assets/img/logo.png",
77
"keywords": ["flask", "vue"],
88
"env": {
9-
"FLASK_CONFIG": {
10-
"description": "Flask Enviroment Config",
11-
"value": "Production"
9+
"FLASK_ENV": {
10+
"description": "Flask Enviroment",
11+
"value": "production"
1212
},
1313
"SECRET": {
1414
"description": "Flask Secret Key",

app/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Global Flask Application Setting
33
4-
set FLASK_CONFIG to 'development
4+
See `.flaskenv` for default settings self.
55
"""
66

77
import os

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy