mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-22 08:46:54 -06:00
Copy all keys in production example so if we chagne the default one
production servers won't break
This commit is contained in:
parent
00d6a41e46
commit
552cc9d646
@ -1,3 +1,6 @@
|
||||
listen:
|
||||
port: 9000
|
||||
|
||||
# Correspond to your reverse proxy "listen" configuration
|
||||
webserver:
|
||||
https: false
|
||||
@ -5,4 +8,17 @@ webserver:
|
||||
port: 80
|
||||
|
||||
database:
|
||||
hostname: 'localhost'
|
||||
port: 5432
|
||||
suffix: '_prod'
|
||||
username: peertube
|
||||
password: peertube
|
||||
|
||||
# From the project root directory
|
||||
storage:
|
||||
certs: 'certs/'
|
||||
videos: 'videos/'
|
||||
logs: 'logs/'
|
||||
previews: 'previews/'
|
||||
thumbnails: 'thumbnails/'
|
||||
torrents: 'torrents/'
|
||||
|
Loading…
Reference in New Issue
Block a user