diff options
author | kaiyou <pierre@jaury.eu> | 2018-10-07 15:04:38 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2018-10-07 15:04:38 +0200 |
commit | 302e7b19da6c80022cee7b1466f88ee94b4fec67 (patch) | |
tree | 992ae3c9aaa311f5bf16dee6f595002be5042c11 /support/docker | |
parent | 35d50b7dd26b3cf646b8845784927bb1ef18dfb3 (diff) | |
download | PeerTube-302e7b19da6c80022cee7b1466f88ee94b4fec67.tar.gz PeerTube-302e7b19da6c80022cee7b1466f88ee94b4fec67.tar.zst PeerTube-302e7b19da6c80022cee7b1466f88ee94b4fec67.zip |
(docker) search and import settings env variables (#1210)
Diffstat (limited to 'support/docker')
-rw-r--r-- | support/docker/production/config/custom-environment-variables.yaml | 20 |
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 | ||
59 | search: | ||
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 | |||
68 | import: | ||
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 | |||
59 | transcoding: | 79 | transcoding: |
60 | enabled: | 80 | enabled: |
61 | __name: "PEERTUBE_TRANSCODING_ENABLED" | 81 | __name: "PEERTUBE_TRANSCODING_ENABLED" |