Fix missing service initializer property
This commit is contained in:
parent
c25e8ce505
commit
f24c8b142d
1 changed files with 7 additions and 0 deletions
|
@ -121,6 +121,13 @@ export class ServerService {
|
|||
},
|
||||
tracker: {
|
||||
enabled: true
|
||||
},
|
||||
followings: {
|
||||
instance: {
|
||||
autoFollowIndex: {
|
||||
indexUrl: 'https://instances.joinpeertube.org'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue