From 94fecbc1c74b24c5f47daf5325767ac69f8795d0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 13 Oct 2021 08:54:32 +0200 Subject: Config typo --- config/default.yaml | 6 +++--- config/production.yaml.example | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/default.yaml b/config/default.yaml index 8ad1d915f..cc7045769 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -96,7 +96,7 @@ storage: captions: 'storage/captions/' cache: 'storage/cache/' plugins: 'storage/plugins/' - # Overridable client files in client/dist/assets/images : + # Overridable client files in client/dist/assets/images: # - logo.svg # - favicon.png # - default-playlist.jpg @@ -105,7 +105,7 @@ storage: # - and icons/*.png (PWA) # Could contain for example assets/images/favicon.png # If the file exists, peertube will serve it - # If not, peertube will fallback to the default fil + # If not, peertube will fallback to the default file client_overrides: 'storage/client-overrides/' object_storage: @@ -258,7 +258,7 @@ peertube: webadmin: configuration: - edit: + edit: allowed: true cache: diff --git a/config/production.yaml.example b/config/production.yaml.example index 5b87cbf5f..d63d96619 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -94,7 +94,7 @@ storage: captions: '/var/www/peertube/storage/captions/' cache: '/var/www/peertube/storage/cache/' plugins: '/var/www/peertube/storage/plugins/' - # Overridable client files in client/dist/assets/images : + # Overridable client files in client/dist/assets/images: # - logo.svg # - favicon.png # - default-playlist.jpg -- cgit v1.2.3