Copy all keys in production example so if we chagne the default one
authorChocobozzz <florian.bigard@gmail.com>
Tue, 27 Dec 2016 17:35:56 +0000 (18:35 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Tue, 27 Dec 2016 17:35:56 +0000 (18:35 +0100)
production servers won't break

config/production.yaml.example

index 743f972de8040d2814ebfe296939158f0a9e87aa..005444e73e64e50005383718dfd99c43e502ca2c 100644 (file)
@@ -1,3 +1,6 @@
+listen:
+  port: 9000
+
 # Correspond to your reverse proxy "listen" configuration
 webserver:
   https: false
@@ -5,4 +8,17 @@ webserver:
   port: 80
 
 database:
+  hostname: 'localhost'
+  port: 5432
   suffix: '_prod'
+  username: peertube
+  password: peertube
+
+# From the project root directory
+storage:
+  certs: 'certs/'
+  videos: 'videos/'
+  logs: 'logs/'
+  previews: 'previews/'
+  thumbnails: 'thumbnails/'
+  torrents: 'torrents/'