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/default.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'config/default.yaml') 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: # 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