diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-12-27 18:35:56 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-12-27 18:35:56 +0100 |
commit | 552cc9d646e78edae8b0fe61564d4e49db0b6206 (patch) | |
tree | 1b5c80be42a1402d914b4449dfdd5661a9ff159e | |
parent | 00d6a41e46e4c4948b0d5b4cf21433150a57c067 (diff) | |
download | PeerTube-552cc9d646e78edae8b0fe61564d4e49db0b6206.tar.gz PeerTube-552cc9d646e78edae8b0fe61564d4e49db0b6206.tar.zst PeerTube-552cc9d646e78edae8b0fe61564d4e49db0b6206.zip |
Copy all keys in production example so if we chagne the default one
production servers won't break
-rw-r--r-- | config/production.yaml.example | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 743f972de..005444e73 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -1,3 +1,6 @@ | |||
1 | listen: | ||
2 | port: 9000 | ||
3 | |||
1 | # Correspond to your reverse proxy "listen" configuration | 4 | # Correspond to your reverse proxy "listen" configuration |
2 | webserver: | 5 | webserver: |
3 | https: false | 6 | https: false |
@@ -5,4 +8,17 @@ webserver: | |||
5 | port: 80 | 8 | port: 80 |
6 | 9 | ||
7 | database: | 10 | database: |
11 | hostname: 'localhost' | ||
12 | port: 5432 | ||
8 | suffix: '_prod' | 13 | suffix: '_prod' |
14 | username: peertube | ||
15 | password: peertube | ||
16 | |||
17 | # From the project root directory | ||
18 | storage: | ||
19 | certs: 'certs/' | ||
20 | videos: 'videos/' | ||
21 | logs: 'logs/' | ||
22 | previews: 'previews/' | ||
23 | thumbnails: 'thumbnails/' | ||
24 | torrents: 'torrents/' | ||