diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 13219fd5d..0ce0b9d0e 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -93,7 +93,11 @@ defaults: | |||
93 | p2p: | 93 | p2p: |
94 | # Enable P2P by default | 94 | # Enable P2P by default |
95 | # Can be enabled/disabled by anonymous users and logged in users | 95 | # Can be enabled/disabled by anonymous users and logged in users |
96 | enabled: true | 96 | webapp: |
97 | enabled: true | ||
98 | |||
99 | embed: | ||
100 | enabled: true | ||
97 | 101 | ||
98 | # From the project root directory | 102 | # From the project root directory |
99 | storage: | 103 | storage: |