Spaces:
Running
Running
import os | |
class Config: | |
SECRET_KEY = os.urandom(24) | |
DEBUG = True | |
UPLOAD_FOLDER = 'static/uploads' | |
MAX_CONTENT_LENGTH = 16 * 1024 * 1024 # 16MB max file size |