mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
Add /storage/bin dir in peertube config
This commit is contained in:
parent
c288ec16aa
commit
69a4883448
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ client:
|
||||||
# From the project root directory
|
# From the project root directory
|
||||||
storage:
|
storage:
|
||||||
tmp: '__DATADIR__/tmp/' # Use to download data (imports etc), store uploaded files before processing...
|
tmp: '__DATADIR__/tmp/' # Use to download data (imports etc), store uploaded files before processing...
|
||||||
|
bin: '__DATADIR__/bin/'
|
||||||
avatars: '__DATADIR__/avatars/'
|
avatars: '__DATADIR__/avatars/'
|
||||||
videos: '__DATADIR__/videos/'
|
videos: '__DATADIR__/videos/'
|
||||||
streaming_playlists: '__DATADIR__/streaming-playlists/'
|
streaming_playlists: '__DATADIR__/streaming-playlists/'
|
||||||
|
|
Loading…
Add table
Reference in a new issue