X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Ftest-2.yaml;h=13e09ff4caba3e1d127b44bf6e4601770e901707;hb=f6e692f5ee2a0e8e1fcb75df1949b354a014ad50;hp=c723e6863ee5d7f324d23a789cdc337521837d85;hpb=b3d92510157f9066ea7fa82c303bea7a10eb55b6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/test-2.yaml b/config/test-2.yaml index c723e6863..13e09ff4c 100644 --- a/config/test-2.yaml +++ b/config/test-2.yaml @@ -2,11 +2,11 @@ listen: port: 9002 webserver: - host: 'localhost' + hostname: 'localhost' port: 9002 database: - suffix: '-test2' + suffix: '_test2' # From the project root directory storage: @@ -15,3 +15,6 @@ storage: logs: 'test2/logs/' thumbnails: 'test2/thumbnails/' torrents: 'test2/torrents/' + +admin: + email: 'admin2@example.com'