summaryrefslogtreecommitdiff
path: root/Scipy2019/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'Scipy2019/config.py')
-rwxr-xr-xScipy2019/config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Scipy2019/config.py b/Scipy2019/config.py
index 73059c0..9a08952 100755
--- a/Scipy2019/config.py
+++ b/Scipy2019/config.py
@@ -1,8 +1,9 @@
-DB_NAME_DEFAULT = 'SciPy2019'
+DB_NAME_DEFAULT = 'scipy2019'
DB_USER_DEFAULT = 'root'
DB_PASS_DEFAULT = 'root'
DB_HOST_DEFAULT = 'localhost'
DB_PORT_DEFAULT = ''
+SECRET_KEY_VAL = ''
########################################
GOOGLE_KEY = 'GOOGLE_KEY'
GOOGLE_SECRET = 'GOOGLE_SECRET'