diff --git a/pillar/config.py b/pillar/config.py index 4cb1087f..99ab9572 100644 --- a/pillar/config.py +++ b/pillar/config.py @@ -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.