From 6b2ef589ed8ef5d253f6213e1bb275cbe135f2b4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 15 Jan 2018 11:10:46 +0100 Subject: Prepare production workflow --- config/production.yaml.example | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'config/production.yaml.example') 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: # From the project root directory storage: - avatars: 'avatars/' - certs: 'certs/' - videos: 'videos/' - logs: 'logs/' - previews: 'previews/' - thumbnails: 'thumbnails/' - torrents: 'torrents/' - cache: 'cache/' + avatars: '../storage/avatars/' + certs: '../storage/certs/' + videos: '../storage/videos/' + logs: '../storage/logs/' + previews: '../storage/previews/' + thumbnails: '../storage/thumbnails/' + torrents: '../storage/torrents/' + cache: '../storage/cache/' cache: previews: -- cgit v1.2.3