aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/server/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/extra-utils/server/config.ts')
-rw-r--r--shared/extra-utils/server/config.ts2
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 }