cleanup
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import os
|
||||
|
||||
class Config:
|
||||
JWT_SECRET_KEY = os.urandom(69).hex()
|
||||
DEBUG = False
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
import os
|
||||
|
||||
class Config:
|
||||
JWT_SECRET_KEY = os.urandom(69).hex()
|
||||
DEBUG = False
|
||||