scratch – Blame information for rev 67

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  
15 # Set this to the URL path of the folder where the files can be retrieved.
16 URL_PATH: 'http://cpy.ro/'
17  
18 # A list of allowed files by extension that the template will accept.
19 ALLOWED_FILE_EXTENSIONS:
20 - PNG
21 - JPG
22 - JPEG
23 - GIF
24 - TGA
25 - SVG
26 - JP2
27 - JP
28 - ZIP
29 - RAR
30 - GZ
31 - TAR
32 - BZ2
33 - TXT
34 - CSV
35 - HTML
36 - HTM
37 - DOC
38 - DOCX
39 - XLS
40 - MP4
41 - MP3