mirror of https://github.com/Chocobozzz/PeerTube
Copy all keys in production example so if we chagne the default one
production servers won't breakpull/30/head
parent
00d6a41e46
commit
552cc9d646
|
@ -1,3 +1,6 @@
|
||||||
|
listen:
|
||||||
|
port: 9000
|
||||||
|
|
||||||
# Correspond to your reverse proxy "listen" configuration
|
# Correspond to your reverse proxy "listen" configuration
|
||||||
webserver:
|
webserver:
|
||||||
https: false
|
https: false
|
||||||
|
@ -5,4 +8,17 @@ webserver:
|
||||||
port: 80
|
port: 80
|
||||||
|
|
||||||
database:
|
database:
|
||||||
|
hostname: 'localhost'
|
||||||
|
port: 5432
|
||||||
suffix: '_prod'
|
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