sharmamohit8624 commited on
Commit
a741faf
·
verified ·
1 Parent(s): dda93ab

Create config.py

Browse files
Files changed (1) hide show
  1. app/config.py +3 -0
app/config.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ class Config:
2
+ SECRET_KEY = "vikas-secret-key"
3
+ DEBUG = True