Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
37ede348
Verified
Commit
37ede348
authored
Jun 08, 2021
by
Rigel Kent
☕
Browse files
(doc) add note in config that tmp is also used while processing
parent
318b0bd0
Changes
3
Hide whitespace changes
Inline
Side-by-side
config/default.yaml
View file @
37ede348
...
...
@@ -77,7 +77,7 @@ email:
# From the project root directory
storage
:
tmp
:
'
storage/tmp/'
# Use to download data (imports etc), store uploaded files before processing...
tmp
:
'
storage/tmp/'
# Use to download data (imports etc), store uploaded files before
and during
processing...
avatars
:
'
storage/avatars/'
videos
:
'
storage/videos/'
streaming_playlists
:
'
storage/streaming-playlists/'
...
...
config/production.yaml.example
View file @
37ede348
...
...
@@ -75,7 +75,7 @@ email:
# From the project root directory
storage:
tmp: '/var/www/peertube/storage/tmp/' # Use to download data (imports etc), store uploaded files before processing...
tmp: '/var/www/peertube/storage/tmp/' # Use to download data (imports etc), store uploaded files before
and during
processing...
avatars: '/var/www/peertube/storage/avatars/'
videos: '/var/www/peertube/storage/videos/'
streaming_playlists: '/var/www/peertube/storage/streaming-playlists/'
...
...
support/docker/production/config/production.yaml
View file @
37ede348
...
...
@@ -43,7 +43,7 @@ redis:
# From the project root directory
storage
:
tmp
:
'
../data/tmp/'
tmp
:
'
../data/tmp/'
# Use to download data (imports etc), store uploaded files before and during processing...
avatars
:
'
../data/avatars/'
videos
:
'
../data/videos/'
streaming_playlists
:
'
../data/streaming-playlists'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment