diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-13 11:57:34 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-13 11:57:34 +0200 |
commit | a06581f2968dc0d21570cc53ff94de96ede70a54 (patch) | |
tree | 0ab186ad579fde0f8be0d8b8382f9039634a356d /shared | |
parent | 6676056a316a09557b8445cf6c0583ff8c588339 (diff) | |
download | PeerTube-a06581f2968dc0d21570cc53ff94de96ede70a54.tar.gz PeerTube-a06581f2968dc0d21570cc53ff94de96ede70a54.tar.zst PeerTube-a06581f2968dc0d21570cc53ff94de96ede70a54.zip |
Fix tests
Diffstat (limited to 'shared')
-rw-r--r-- | shared/extra-utils/server/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/server/config.ts b/shared/extra-utils/server/config.ts index 35b08477f..743d10316 100644 --- a/shared/extra-utils/server/config.ts +++ b/shared/extra-utils/server/config.ts | |||
@@ -155,7 +155,7 @@ function updateCustomSubConfig (url: string, token: string, newConfig: DeepParti | |||
155 | enabled: false | 155 | enabled: false |
156 | }, | 156 | }, |
157 | autoFollowIndex: { | 157 | autoFollowIndex: { |
158 | indexUrl: 'https://instances.joinpeertube.org', | 158 | indexUrl: 'https://instances.joinpeertube.org/api/v1/instances/hosts', |
159 | enabled: false | 159 | enabled: false |
160 | } | 160 | } |
161 | } | 161 | } |