From 302e7b19da6c80022cee7b1466f88ee94b4fec67 Mon Sep 17 00:00:00 2001 From: kaiyou Date: Sun, 7 Oct 2018 15:04:38 +0200 Subject: [PATCH] (docker) search and import settings env variables (#1210) --- .../config/custom-environment-variables.yaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml index daf885813..1f7fbf849 100644 --- a/support/docker/production/config/custom-environment-variables.yaml +++ b/support/docker/production/config/custom-environment-variables.yaml @@ -56,6 +56,26 @@ signup: __name: "PEERTUBE_SIGNUP_LIMIT" __format: "json" +search: + remote_uri: + users: + __name: "PEERTUBE_SEARCH_REMOTEURI_USERS" + __format: "json" + anonymous: + __name: "PEERTUBE_SEARCH_REMOTEURI_ANONYMOUS" + __format: "json" + +import: + videos: + http: + enabled: + __name: "PEERTUBE_IMPORT_VIDEOS_HTTP" + __format: "json" + torrent: + enabled: + __name: "PEERTUBE_IMPORT_VIDEOS_TORRENT" + __format: "json" + transcoding: enabled: __name: "PEERTUBE_TRANSCODING_ENABLED" -- 2.25.1