Add comment to STORAGE_BACKEND config
This commit is contained in:
parent
5ce78a2fb3
commit
91807ad022
@ -75,6 +75,8 @@ ZENCODER_NOTIFICATIONS_URL = 'http://zencoderfetcher/'
|
|||||||
|
|
||||||
ENCODING_BACKEND = 'zencoder' # local, flamenco
|
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
|
STORAGE_BACKEND = 'local' # gcs
|
||||||
|
|
||||||
# Validity period of links, per file storage backend. Expressed in seconds.
|
# Validity period of links, per file storage backend. Expressed in seconds.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user