]>
Commit | Line | Data |
---|---|---|
8c308c2b C |
1 | listen: |
2 | port: 9003 | |
3 | ||
4 | webserver: | |
3737bbaf | 5 | hostname: 'localhost' |
8c308c2b C |
6 | port: 9003 |
7 | ||
8 | database: | |
feb4bdfd | 9 | suffix: '_test3' |
8c308c2b C |
10 | |
11 | # From the project root directory | |
12 | storage: | |
2295ce6c | 13 | avatars: 'test3/avatars/' |
8c308c2b | 14 | certs: 'test3/certs/' |
b3d92510 | 15 | videos: 'test3/videos/' |
8c308c2b | 16 | logs: 'test3/logs/' |
f981dae8 | 17 | previews: 'test3/previews/' |
cbe2f7c3 | 18 | thumbnails: 'test3/thumbnails/' |
052937db | 19 | torrents: 'test3/torrents/' |
f981dae8 | 20 | cache: 'test3/cache/' |
4793c343 C |
21 | |
22 | admin: | |
23 | email: 'admin3@example.com' | |
aa8b6df4 C |
24 | |
25 | transcoding: | |
26 | enabled: false |