PeerTube/config/test-3.yaml

21 lines
318 B
YAML
Raw Normal View History

2015-06-09 18:41:40 +03:00
listen:
port: 9003
webserver:
hostname: 'localhost'
2015-06-09 18:41:40 +03:00
port: 9003
database:
2016-12-11 23:50:51 +03:00
suffix: '_test3'
2015-06-09 18:41:40 +03:00
# From the project root directory
storage:
certs: 'test3/certs/'
2016-10-21 12:33:31 +03:00
videos: 'test3/videos/'
2015-06-09 18:41:40 +03:00
logs: 'test3/logs/'
thumbnails: 'test3/thumbnails/'
torrents: 'test3/torrents/'
2017-02-16 21:19:56 +03:00
admin:
email: 'admin3@example.com'