aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 94238fad0..082c75e53 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -241,6 +241,11 @@ peertube:
241 # You can use a custom URL if your want, that respect the format behind https://joinpeertube.org/api/v1/versions.json 241 # You can use a custom URL if your want, that respect the format behind https://joinpeertube.org/api/v1/versions.json
242 url: 'https://joinpeertube.org/api/v1/versions.json' 242 url: 'https://joinpeertube.org/api/v1/versions.json'
243 243
244webadmin:
245 configuration:
246 # Set to false if you want the config to be readonly
247 allow_edits: true
248
244############################################################################### 249###############################################################################
245# 250#
246# From this point, all the following keys can be overridden by the web interface 251# From this point, all the following keys can be overridden by the web interface