]>
Commit | Line | Data |
---|---|---|
3bcb78b3 C |
1 | listen: |
2 | port: 9005 | |
3 | ||
4 | webserver: | |
3737bbaf | 5 | hostname: 'localhost' |
3bcb78b3 C |
6 | port: 9005 |
7 | ||
8 | database: | |
feb4bdfd | 9 | suffix: '_test5' |
3bcb78b3 C |
10 | |
11 | # From the project root directory | |
12 | storage: | |
6040f87d | 13 | tmp: 'test5/tmp/' |
2295ce6c | 14 | avatars: 'test5/avatars/' |
b3d92510 | 15 | videos: 'test5/videos/' |
0b16f5f2 | 16 | streaming_playlists: 'test5/streaming-playlists/' |
6040f87d | 17 | redundancy: 'test5/redundancy/' |
3bcb78b3 | 18 | logs: 'test5/logs/' |
f981dae8 | 19 | previews: 'test5/previews/' |
cbe2f7c3 | 20 | thumbnails: 'test5/thumbnails/' |
052937db | 21 | torrents: 'test5/torrents/' |
40e87e9e | 22 | captions: 'test5/captions/' |
f981dae8 | 23 | cache: 'test5/cache/' |
09071200 | 24 | plugins: 'test5/plugins/' |
caf2aaf4 | 25 | client_overrides: 'test5/client-overrides/' |
4793c343 C |
26 | |
27 | admin: | |
28 | email: 'admin5@example.com' | |
aa8b6df4 C |
29 | |
30 | transcoding: | |
31 | enabled: false |