diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-15 13:23:48 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-15 16:43:37 +0100 |
commit | 1e5c707b08b0cb8b61138e583747ec0ce681547b (patch) | |
tree | 6e8e2aadd9f0fa5792df36fa68eda4be8e41a210 /config | |
parent | 519b8df5f840a9223dd78a83cbc484b0eebef578 (diff) | |
download | PeerTube-1e5c707b08b0cb8b61138e583747ec0ce681547b.tar.gz PeerTube-1e5c707b08b0cb8b61138e583747ec0ce681547b.tar.zst PeerTube-1e5c707b08b0cb8b61138e583747ec0ce681547b.zip |
Add github release to release script
Diffstat (limited to 'config')
-rw-r--r-- | config/production.yaml.example | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 660477196..c0c1306bd 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -17,14 +17,14 @@ database: | |||
17 | 17 | ||
18 | # From the project root directory | 18 | # From the project root directory |
19 | storage: | 19 | storage: |
20 | avatars: '../storage/avatars/' | 20 | avatars: '../../storage/avatars/' |
21 | certs: '../storage/certs/' | 21 | certs: '../../storage/certs/' |
22 | videos: '../storage/videos/' | 22 | videos: '../../storage/videos/' |
23 | logs: '../storage/logs/' | 23 | logs: '../../storage/logs/' |
24 | previews: '../storage/previews/' | 24 | previews: '../../storage/previews/' |
25 | thumbnails: '../storage/thumbnails/' | 25 | thumbnails: '../../storage/thumbnails/' |
26 | torrents: '../storage/torrents/' | 26 | torrents: '../../storage/torrents/' |
27 | cache: '../storage/cache/' | 27 | cache: '../../storage/cache/' |
28 | 28 | ||
29 | cache: | 29 | cache: |
30 | previews: | 30 | previews: |