Add comment to STORAGE_BACKEND config

This commit is contained in:
Francesco Siddi 2017-06-07 19:40:19 +02:00
parent 5ce78a2fb3
commit 91807ad022

View File

@ -75,6 +75,8 @@ ZENCODER_NOTIFICATIONS_URL = 'http://zencoderfetcher/'
ENCODING_BACKEND = 'zencoder' # local, flamenco
# Storage solution for uploaded files. If 'local' is selected, make sure you specify the SERVER_NAME
# config value as well, since it will help building correct URLs when indexing.
STORAGE_BACKEND = 'local' # gcs
# Validity period of links, per file storage backend. Expressed in seconds.