File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ ### 0.3.0.post1
2
+ * Updated Dependencies and Docs (#17 )
3
+
1
4
### 0.3.0
2
5
* Npm > Yarn
3
6
* Updated to Flask 1.0
Original file line number Diff line number Diff line change 6
6
"logo" : " https://raw.githubusercontent.com/gtalarico/flask-vuejs-template/master/app/client/app/src/assets/img/logo.png" ,
7
7
"keywords" : [" flask" , " vue" ],
8
8
"env" : {
9
- "FLASK_CONFIG " : {
10
- "description" : " Flask Enviroment Config " ,
11
- "value" : " Production "
9
+ "FLASK_ENV " : {
10
+ "description" : " Flask Enviroment" ,
11
+ "value" : " production "
12
12
},
13
13
"SECRET" : {
14
14
"description" : " Flask Secret Key" ,
Original file line number Diff line number Diff line change 1
1
"""
2
2
Global Flask Application Setting
3
3
4
- set FLASK_CONFIG to 'development
4
+ See `.flaskenv` for default settings self.
5
5
"""
6
6
7
7
import os
You can’t perform that action at this time.
0 commit comments