scratch – Diff between revs 67 and 111

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 67 Rev 111
1 ########################################################################### 1 ###########################################################################
2 ## Copyright (C) Wizardry and Steamworks 2017 - License: GNU GPLv3 ## 2 ## Copyright (C) Wizardry and Steamworks 2017 - License: GNU GPLv3 ##
3 ########################################################################### 3 ###########################################################################
4   4  
5 # Set this to the filesystem to the folder where the files should be 5 # Set this to the filesystem to the folder where the files should be
6 # uploaded. 6 # uploaded.
7 STORE_FOLDER: '/var/www/incoming/' 7 STORE_FOLDER: '/var/www/incoming/'
8   8  
9 # The size of the asset hash generated when uploading. 9 # The size of the asset hash generated when uploading.
10 ASSET_HASH_SIZE: 8 10 ASSET_HASH_SIZE: 8
11   11  
12 # The size in MiB allowed for file uploads. 12 # The size in MiB allowed for file uploads.
13 ALLOWED_ASSET_SIZE: 8 13 ALLOWED_ASSET_SIZE: 8
14   14  
15 # Set this to the URL path of the folder where the files can be retrieved. 15 # Set this to the URL path of the folder where the files can be retrieved.
16 URL_PATH: 'http://cpy.ro/' 16 URL_PATH: 'https://cpy.ro/'
-   17  
-   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
17   21  
18 # A list of allowed files by extension that the template will accept. 22 # A list of allowed files by extension that the template will accept.
19 ALLOWED_FILE_EXTENSIONS: 23 ALLOWED_FILE_EXTENSIONS:
20 - PNG 24 - PNG
21 - JPG 25 - JPG
22 - JPEG 26 - JPEG
23 - GIF 27 - GIF
24 - TGA 28 - TGA
25 - SVG 29 - SVG
26 - JP2 30 - JP2
27 - JP 31 - JP
28 - ZIP 32 - ZIP
29 - RAR 33 - RAR
30 - GZ 34 - GZ
31 - TAR 35 - TAR
32 - BZ2 36 - BZ2
33 - TXT 37 - TXT
34 - CSV 38 - CSV
35 - HTML 39 - HTML
36 - HTM 40 - HTM
37 - DOC 41 - DOC
38 - DOCX 42 - DOCX
39 - XLS 43 - XLS
40 - MP4 44 - MP4
41 - MP3 45 - MP3
42   46