From 91807ad0225a8225086dc52ec431ff864013f69e Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Wed, 7 Jun 2017 19:40:19 +0200 Subject: [PATCH] Add comment to STORAGE_BACKEND config --- pillar/config.py | 2 ++ 1 file changed, 2 insertions(+) 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.