3 lines
110 B
Python
3 lines
110 B
Python
class Config():
|
|
SECRET_KEY = '4542bae72a9fefada779b8c3fc68a826'
|
|
UPLOAD_FOLDER = '/path/to/the/uploads' |