1
0
Fork 0
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:
Chocobozzz 2024-08-14 14:12:37 +02:00
parent 7d52f17a35
commit e6de476ae8
No known key found for this signature in database
GPG key ID: 583A612D890159BE
7 changed files with 34 additions and 3 deletions

View file

@ -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')