From 1e5c707b08b0cb8b61138e583747ec0ce681547b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 15 Jan 2018 13:23:48 +0100 Subject: Add github release to release script --- config/production.yaml.example | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'config') 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: # From the project root directory storage: - avatars: '../storage/avatars/' - certs: '../storage/certs/' - videos: '../storage/videos/' - logs: '../storage/logs/' - previews: '../storage/previews/' - thumbnails: '../storage/thumbnails/' - torrents: '../storage/torrents/' - cache: '../storage/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