]>
Commit | Line | Data |
---|---|---|
8c308c2b C |
1 | listen: |
2 | port: 9000 | |
3 | ||
4 | webserver: | |
5 | https: false | |
6 | ||
7 | database: | |
3737bbaf | 8 | hostname: 'localhost' |
feb4bdfd | 9 | port: 5432 |
e22528ac | 10 | |
f076daa7 C |
11 | smtp: |
12 | hostname: null | |
13 | port: 1025 | |
14 | tls: false | |
bebf2d89 | 15 | disable_starttls: true |
31b5a255 | 16 | from_address: 'test-admin@localhost' |
f076daa7 C |
17 | username: null |
18 | password: null | |
19 | ||
a0922eb9 C |
20 | log: |
21 | level: 'debug' | |
22 | ||
e22528ac C |
23 | signup: |
24 | enabled: true | |
aa8b6df4 C |
25 | |
26 | transcoding: | |
a22bfc3e C |
27 | enabled: true |
28 | threads: 2 | |
1125c40a C |
29 | resolutions: |
30 | 240p: true | |
31 | 360p: true | |
32 | 480p: true | |
33 | 720p: true | |
34 | 1080p: true |