diff options
author | ROBERT MCDOWELL <2649072+ROBERT-MCDOWELL@users.noreply.github.com> | 2021-08-11 08:45:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 10:45:49 +0200 |
commit | 863c1bc6dc1e67e0bf448f25a88fb66407bab5d8 (patch) | |
tree | c5ef2317819b2bdd1c0b1ce543dd7cfa7284edb5 /config/production.yaml.example | |
parent | 18998c45c001869a883ec7a2d286d8170f768381 (diff) | |
download | PeerTube-863c1bc6dc1e67e0bf448f25a88fb66407bab5d8.tar.gz PeerTube-863c1bc6dc1e67e0bf448f25a88fb66407bab5d8.tar.zst PeerTube-863c1bc6dc1e67e0bf448f25a88fb66407bab5d8.zip |
fixed typo (#4312)
* Fixed typo
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 282a631f9..514ab99a4 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -90,7 +90,7 @@ storage: | |||
90 | # Overridable client files : logo.svg, favicon.png and icons/*.png (PWA) in client/dist/assets/images | 90 | # Overridable client files : logo.svg, favicon.png and icons/*.png (PWA) in client/dist/assets/images |
91 | # Could contain for example assets/images/favicon.png | 91 | # Could contain for example assets/images/favicon.png |
92 | # If the file exists, peertube will serve it | 92 | # If the file exists, peertube will serve it |
93 | # If not, peertube will fallback to the default fil | 93 | # If not, peertube will fallback to the default file |
94 | client_overrides: '/var/www/peertube/storage/client-overrides/' | 94 | client_overrides: '/var/www/peertube/storage/client-overrides/' |
95 | 95 | ||
96 | log: | 96 | log: |