mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 01:39:37 +02:00
Add ability to disable federation
This commit is contained in:
parent
7d52f17a35
commit
e6de476ae8
7 changed files with 34 additions and 3 deletions
|
@ -341,6 +341,7 @@ const CONFIG = {
|
|||
}
|
||||
},
|
||||
FEDERATION: {
|
||||
ENABLED: config.get<boolean>('federation.enabled'),
|
||||
VIDEOS: {
|
||||
FEDERATE_UNLISTED: config.get<boolean>('federation.videos.federate_unlisted'),
|
||||
CLEANUP_REMOTE_INTERACTIONS: config.get<boolean>('federation.videos.cleanup_remote_interactions')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue