scratch – Rev 123

Subversion Repositories:
Rev:
###########################################################################
##  Copyright (C) Wizardry and Steamworks 2017 - License: GNU GPLv3      ##
###########################################################################

# Set this to the filesystem to the folder where the files should be 
# uploaded.
STORE_FOLDER: '/var/www/incoming/'

# The size of the asset hash generated when uploading.
ASSET_HASH_SIZE: 8

# The size in MiB allowed for file uploads.
ALLOWED_ASSET_SIZE: 8

# Set this to the number of seconds within a video file that a preview
# image will be generated when sharing movies.
VIDEO_PREVIEW_IMAGE_FRAME_SECOND: 1

# A list of allowed files by extension that the template will accept.
ALLOWED_FILE_EXTENSIONS:
    - PNG
    - JPG
    - JPEG
    - GIF
    - TGA
    - SVG
    - JP2
    - JP
    - ZIP
    - RAR
    - GZ
    - TAR
    - BZ2
    - TXT
    - CSV
    - HTML
    - HTM
    - DOC
    - DOCX
    - XLS
    - MP4
    - MP3