aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--support/docker/production/config/custom-environment-variables.yaml20
1 files changed, 20 insertions, 0 deletions
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:
56 __name: "PEERTUBE_SIGNUP_LIMIT" 56 __name: "PEERTUBE_SIGNUP_LIMIT"
57 __format: "json" 57 __format: "json"
58 58
59search:
60 remote_uri:
61 users:
62 __name: "PEERTUBE_SEARCH_REMOTEURI_USERS"
63 __format: "json"
64 anonymous:
65 __name: "PEERTUBE_SEARCH_REMOTEURI_ANONYMOUS"
66 __format: "json"
67
68import:
69 videos:
70 http:
71 enabled:
72 __name: "PEERTUBE_IMPORT_VIDEOS_HTTP"
73 __format: "json"
74 torrent:
75 enabled:
76 __name: "PEERTUBE_IMPORT_VIDEOS_TORRENT"
77 __format: "json"
78
59transcoding: 79transcoding:
60 enabled: 80 enabled:
61 __name: "PEERTUBE_TRANSCODING_ENABLED" 81 __name: "PEERTUBE_TRANSCODING_ENABLED"