]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/test-1.yaml
Add email to pods
[github/Chocobozzz/PeerTube.git] / config / test-1.yaml
index 4be44abc79fa30ae626d380cfa0fad747344f3a0..dbe408a8cbdfff7471e3502f8309106cb16f2e55 100644 (file)
@@ -2,11 +2,11 @@ listen:
   port: 9001
 
 webserver:
-  host: 'localhost'
+  hostname: 'localhost'
   port: 9001
 
 database:
-  suffix: '-test1'
+  suffix: '_test1'
 
 # From the project root directory
 storage:
@@ -15,3 +15,6 @@ storage:
   logs: 'test1/logs/'
   thumbnails: 'test1/thumbnails/'
   torrents: 'test1/torrents/'
+
+admin:
+  email: 'admin1@example.com'