From 241848ee1bfd0693116d79b07e57025a3e590f81 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 9 Aug 2016 16:16:39 +0200 Subject: [PATCH 1/2] disable torrent --- config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index 6cf04c7..4784dff 100644 --- a/config.jsonc +++ b/config.jsonc @@ -965,6 +965,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "formats": ["webm", "mp4"], "previewRatio": 1.3333333333, "resolutions": [240, 480], - "torrent": true + "torrent": false } } From 24e1f19352e414fd1ea5ae321e22d78cdc14241c Mon Sep 17 00:00:00 2001 From: j Date: Tue, 9 Aug 2016 16:24:01 +0200 Subject: [PATCH 2/2] levels --- config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index 4784dff..5348312 100644 --- a/config.jsonc +++ b/config.jsonc @@ -950,7 +950,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "userLevels" is an ordered list of user classes. The first entry is for unregistered visitors. */ - "userLevels": ["guest", "member", "staff", "admin"], + "userLevels": ["guest", "member", "admin"], /* "video" contains the video settings. "formats": Supported video formats. Should be ["webm", "mp4"], or