diff options
Diffstat (limited to 'config')
-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/' | ||