Fix missing service initializer property

pull/2400/head
Rigel Kent 2020-01-10 15:46:17 +01:00
parent c25e8ce505
commit f24c8b142d
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 7 additions and 0 deletions

View File

@ -121,6 +121,13 @@ export class ServerService {
}, },
tracker: { tracker: {
enabled: true enabled: true
},
followings: {
instance: {
autoFollowIndex: {
indexUrl: 'https://instances.joinpeertube.org'
}
}
} }
} }