mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Prepare production workflow
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user