1
0
Fork 0

Remove unused keys in configuration

This commit is contained in:
Chocobozzz 2018-01-15 18:06:43 +01:00
parent d2000ca6e7
commit 48be26e1fc
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
8 changed files with 7 additions and 15 deletions

View File

@ -17,7 +17,6 @@ database:
# From the project root directory
storage:
avatars: 'storage/avatars/'
certs: 'storage/certs/'
videos: 'storage/videos/'
logs: 'storage/logs/'
previews: 'storage/previews/'

View File

@ -17,14 +17,13 @@ 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: '/home/peertube/storage/avatars/'
videos: '/home/peertube/storage/videos/'
logs: '/home/peertube/storage/logs/'
previews: '/home/peertube/storage/previews/'
thumbnails: '/home/peertube/storage/thumbnails/'
torrents: '/home/peertube/storage/torrents/'
cache: '/home/peertube/storage/cache/'
cache:
previews:

View File

@ -11,7 +11,6 @@ database:
# From the project root directory
storage:
avatars: 'test1/avatars/'
certs: 'test1/certs/'
videos: 'test1/videos/'
logs: 'test1/logs/'
previews: 'test1/previews/'

View File

@ -11,7 +11,6 @@ database:
# From the project root directory
storage:
avatars: 'test2/avatars/'
certs: 'test2/certs/'
videos: 'test2/videos/'
logs: 'test2/logs/'
previews: 'test2/previews/'

View File

@ -11,7 +11,6 @@ database:
# From the project root directory
storage:
avatars: 'test3/avatars/'
certs: 'test3/certs/'
videos: 'test3/videos/'
logs: 'test3/logs/'
previews: 'test3/previews/'

View File

@ -11,7 +11,6 @@ database:
# From the project root directory
storage:
avatars: 'test4/avatars/'
certs: 'test4/certs/'
videos: 'test4/videos/'
logs: 'test4/logs/'
previews: 'test4/previews/'

View File

@ -11,7 +11,6 @@ database:
# From the project root directory
storage:
avatars: 'test5/avatars/'
certs: 'test5/certs/'
videos: 'test5/videos/'
logs: 'test5/logs/'
previews: 'test5/previews/'

View File

@ -11,7 +11,6 @@ database:
# From the project root directory
storage:
avatars: 'test6/avatars/'
certs: 'test6/certs/'
videos: 'test6/videos/'
logs: 'test6/logs/'
previews: 'test6/previews/'