aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-15 11:10:46 +0100
committerChocobozzz <me@florianbigard.com>2018-01-15 11:28:41 +0100
commit6b2ef589ed8ef5d253f6213e1bb275cbe135f2b4 (patch)
tree78ca2afa162c9da0b4e013644f3a8c5b49e26436 /config
parent633868bc2c638ab15c31513bc0da7de92944bffc (diff)
downloadPeerTube-6b2ef589ed8ef5d253f6213e1bb275cbe135f2b4.tar.gz
PeerTube-6b2ef589ed8ef5d253f6213e1bb275cbe135f2b4.tar.zst
PeerTube-6b2ef589ed8ef5d253f6213e1bb275cbe135f2b4.zip
Prepare production workflow
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml16
-rw-r--r--config/production.yaml.example16
2 files changed, 16 insertions, 16 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
18storage: 18storage:
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
28cache: 28cache:
29 previews: 29 previews:
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 404d35c16..660477196 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
19storage: 19storage:
20 avatars: 'avatars/' 20 avatars: '../storage/avatars/'
21 certs: 'certs/' 21 certs: '../storage/certs/'
22 videos: 'videos/' 22 videos: '../storage/videos/'
23 logs: 'logs/' 23 logs: '../storage/logs/'
24 previews: 'previews/' 24 previews: '../storage/previews/'
25 thumbnails: 'thumbnails/' 25 thumbnails: '../storage/thumbnails/'
26 torrents: 'torrents/' 26 torrents: '../storage/torrents/'
27 cache: 'cache/' 27 cache: '../storage/cache/'
28 28
29cache: 29cache:
30 previews: 30 previews: