scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 66  →  ?path2? @ 67
/config.yaml.dist
@@ -0,0 +1,41 @@
###########################################################################
## Copyright (C) Wizardry and Steamworks 2017 - License: GNU GPLv3 ##
###########################################################################
 
# Set this to the filesystem to the folder where the files should be
# uploaded.
STORE_FOLDER: '/var/www/incoming/'
 
# The size of the asset hash generated when uploading.
ASSET_HASH_SIZE: 8
 
# The size in MiB allowed for file uploads.
ALLOWED_ASSET_SIZE: 8
 
# Set this to the URL path of the folder where the files can be retrieved.
URL_PATH: 'http://cpy.ro/'
 
# A list of allowed files by extension that the template will accept.
ALLOWED_FILE_EXTENSIONS:
- PNG
- JPG
- JPEG
- GIF
- TGA
- SVG
- JP2
- JP
- ZIP
- RAR
- GZ
- TAR
- BZ2
- TXT
- CSV
- HTML
- HTM
- DOC
- DOCX
- XLS
- MP4
- MP3