You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
467 B
16 lines
467 B
# Insance?
|
|
FHOST_STORAGE_PATH = "upload/"
|
|
SQLALCHEMY_DATABASE_URI = "sqlite:///fhost_db.sql"
|
|
FHOST_USE_X_ACCEL_REDIRECT = False
|
|
USE_X_SENDFILE = False
|
|
FHOST_MIME_BLACKLIST = [
|
|
"application/x-dosexec",
|
|
"application/x-executable",
|
|
"application/x-hdf5",
|
|
"application/java-archive"
|
|
]
|
|
MAX_CONTENT_LENGTH = 256 * 1024 * 1024
|
|
MAX_URL_LENGTH = 0
|
|
PREFERRED_URL_SCHEME = "https"
|
|
URL_ALPHABET = "hd2uCRYFteibPwq0SWBInTpA_jcZL5GDEQKz314Ulk87Jors9vNHgfaOmMXy6Vx-"
|