mirror of https://github.com/Chocobozzz/PeerTube
Fix missing service initializer property
parent
c25e8ce505
commit
f24c8b142d
|
@ -121,6 +121,13 @@ export class ServerService {
|
|||
},
|
||||
tracker: {
|
||||
enabled: true
|
||||
},
|
||||
followings: {
|
||||
instance: {
|
||||
autoFollowIndex: {
|
||||
indexUrl: 'https://instances.joinpeertube.org'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue