diff options
author | Chocobozzz <me@florianbigard.com> | 2022-07-06 15:44:14 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-07-06 16:12:17 +0200 |
commit | 9452d4fd3321148fb80b64a67bd9983fee6c208e (patch) | |
tree | 62ad9be8d3f4bfcf63196274ad4b736372c05f2c /config/test.yaml | |
parent | 630d0a1bf5897fff203cb07e426223f55dcc882d (diff) | |
download | PeerTube-9452d4fd3321148fb80b64a67bd9983fee6c208e.tar.gz PeerTube-9452d4fd3321148fb80b64a67bd9983fee6c208e.tar.zst PeerTube-9452d4fd3321148fb80b64a67bd9983fee6c208e.zip |
/!\ Use a dedicated config file for development
It means you have to replace NODE_ENV=test to NODE_ENV=dev if you use it
npm run dev:* commands are already updated
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/config/test.yaml b/config/test.yaml index 8118c479b..3e08f0ac8 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -133,28 +133,6 @@ plugins: | |||
133 | index: | 133 | index: |
134 | check_latest_versions_interval: '10 minutes' | 134 | check_latest_versions_interval: '10 minutes' |
135 | 135 | ||
136 | search: | ||
137 | # Add ability to fetch remote videos/actors by their URI, that may not be federated with your instance | ||
138 | # If enabled, the associated group will be able to "escape" from the instance follows | ||
139 | # That means they will be able to follow channels, watch videos, list videos of non followed instances | ||
140 | remote_uri: | ||
141 | users: true | ||
142 | anonymous: false | ||
143 | |||
144 | # Use a third party index instead of your local index, only for search results | ||
145 | # Useful to discover content outside of your instance | ||
146 | search_index: | ||
147 | enabled: false | ||
148 | # URL of the search index, that should use the same search API and routes | ||
149 | # than PeerTube: https://docs.joinpeertube.org/api-rest-reference.html | ||
150 | # You should deploy your own with https://framagit.org/framasoft/peertube/search-index, | ||
151 | # and can use https://search.joinpeertube.org/ for tests, but keep in mind the latter is an unmoderated search index | ||
152 | url: 'http://localhost:3234' | ||
153 | # You can disable local search, so users only use the search index | ||
154 | disable_local_search: false | ||
155 | # If you did not disable local search, you can decide to use the search index by default | ||
156 | is_default_search: true | ||
157 | |||
158 | federation: | 136 | federation: |
159 | videos: | 137 | videos: |
160 | federate_unlisted: true | 138 | federate_unlisted: true |