diff options
Diffstat (limited to 'server/lib/server-config-manager.ts')
-rw-r--r-- | server/lib/server-config-manager.ts | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/server/lib/server-config-manager.ts b/server/lib/server-config-manager.ts index d759f85e1..18032ef86 100644 --- a/server/lib/server-config-manager.ts +++ b/server/lib/server-config-manager.ts | |||
@@ -63,7 +63,12 @@ class ServerConfigManager { | |||
63 | licence: CONFIG.DEFAULTS.PUBLISH.LICENCE | 63 | licence: CONFIG.DEFAULTS.PUBLISH.LICENCE |
64 | }, | 64 | }, |
65 | p2p: { | 65 | p2p: { |
66 | enabled: CONFIG.DEFAULTS.P2P.ENABLED | 66 | webapp: { |
67 | enabled: CONFIG.DEFAULTS.P2P.WEBAPP.ENABLED | ||
68 | }, | ||
69 | embed: { | ||
70 | enabled: CONFIG.DEFAULTS.P2P.EMBED.ENABLED | ||
71 | } | ||
67 | } | 72 | } |
68 | }, | 73 | }, |
69 | 74 | ||