scratch – Blame information for rev 111

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.
111 office 16 URL_PATH: 'https://cpy.ro/'
67 office 17  
111 office 18 # Set this to the number of seconds within a video file that a preview
19 # image will be generated when sharing movies.
20 VIDEO_PREVIEW_IMAGE_FRAME_SECOND: 1
21  
67 office 22 # A list of allowed files by extension that the template will accept.
23 ALLOWED_FILE_EXTENSIONS:
24 - PNG
25 - JPG
26 - JPEG
27 - GIF
28 - TGA
29 - SVG
30 - JP2
31 - JP
32 - ZIP
33 - RAR
34 - GZ
35 - TAR
36 - BZ2
37 - TXT
38 - CSV
39 - HTML
40 - HTM
41 - DOC
42 - DOCX
43 - XLS
44 - MP4
45 - MP3