mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Use different p2p policy for embeds and webapp
This commit is contained in:
parent
9576506763
commit
b65de1be4d
12 changed files with 118 additions and 36 deletions
|
@ -57,7 +57,13 @@ export interface ServerConfig {
|
|||
}
|
||||
|
||||
p2p: {
|
||||
enabled: boolean
|
||||
webapp: {
|
||||
enabled: boolean
|
||||
}
|
||||
|
||||
embed: {
|
||||
enabled: boolean
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue