scratch – Diff between revs 67 and 111

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 67 Rev 111
Line 11... Line 11...
11   11  
12 # The size in MiB allowed for file uploads. 12 # The size in MiB allowed for file uploads.
Line 13... Line 13...
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.
-   16 URL_PATH: 'https://cpy.ro/'
-   17  
-   18 # Set this to the number of seconds within a video file that a preview
Line 15... Line 19...
15 # Set this to the URL path of the folder where the files can be retrieved. 19 # image will be generated when sharing movies.
16 URL_PATH: 'http://cpy.ro/' 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.