Update config.py
This commit is contained in:
parent
763277ca8a
commit
2ae44f64b5
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import os
|
||||||
|
|
||||||
class Config:
|
class Config:
|
||||||
# App version
|
# App version
|
||||||
VERSION = '1.2.0'
|
VERSION = '1.2.1'
|
||||||
|
|
||||||
SECRET_KEY = os.environ.get('SECRET_KEY') or 'dev-secret-key'
|
SECRET_KEY = os.environ.get('SECRET_KEY') or 'dev-secret-key'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue