diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-15 11:10:46 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-15 11:28:41 +0100 |
commit | 6b2ef589ed8ef5d253f6213e1bb275cbe135f2b4 (patch) | |
tree | 78ca2afa162c9da0b4e013644f3a8c5b49e26436 /config/default.yaml | |
parent | 633868bc2c638ab15c31513bc0da7de92944bffc (diff) | |
download | PeerTube-6b2ef589ed8ef5d253f6213e1bb275cbe135f2b4.tar.gz PeerTube-6b2ef589ed8ef5d253f6213e1bb275cbe135f2b4.tar.zst PeerTube-6b2ef589ed8ef5d253f6213e1bb275cbe135f2b4.zip |
Prepare production workflow
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/config/default.yaml b/config/default.yaml index 2c1043067..ee7446826 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -16,14 +16,14 @@ database: | |||
16 | 16 | ||
17 | # From the project root directory | 17 | # From the project root directory |
18 | storage: | 18 | storage: |
19 | avatars: 'avatars/' | 19 | avatars: 'storage/avatars/' |
20 | certs: 'certs/' | 20 | certs: 'storage/certs/' |
21 | videos: 'videos/' | 21 | videos: 'storage/videos/' |
22 | logs: 'logs/' | 22 | logs: 'storage/logs/' |
23 | previews: 'previews/' | 23 | previews: 'storage/previews/' |
24 | thumbnails: 'thumbnails/' | 24 | thumbnails: 'storage/thumbnails/' |
25 | torrents: 'torrents/' | 25 | torrents: 'storage/torrents/' |
26 | cache: 'cache/' | 26 | cache: 'storage/cache/' |
27 | 27 | ||
28 | cache: | 28 | cache: |
29 | previews: | 29 | previews: |