scratch – Blame information for rev 123

Subversion Repositories:
Rev:
Rev Author Line No. Line
67 office 1 ###########################################################################
2 ## Copyright (C) Wizardry and Steamworks 2017 - License: GNU GPLv3 ##
3 ###########################################################################
4  
5 # Set this to the filesystem to the folder where the files should be
6 # uploaded.
7 STORE_FOLDER: '/var/www/incoming/'
8  
9 # The size of the asset hash generated when uploading.
10 ASSET_HASH_SIZE: 8
11  
12 # The size in MiB allowed for file uploads.
13 ALLOWED_ASSET_SIZE: 8
14  
111 office 15 # Set this to the number of seconds within a video file that a preview
16 # image will be generated when sharing movies.
17 VIDEO_PREVIEW_IMAGE_FRAME_SECOND: 1
18  
67 office 19 # A list of allowed files by extension that the template will accept.
20 ALLOWED_FILE_EXTENSIONS:
21 - PNG
22 - JPG
23 - JPEG
24 - GIF
25 - TGA
26 - SVG
27 - JP2
28 - JP
29 - ZIP
30 - RAR
31 - GZ
32 - TAR
33 - BZ2
34 - TXT
35 - CSV
36 - HTML
37 - HTM
38 - DOC
39 - DOCX
40 - XLS
41 - MP4
42 - MP3