Add hint about database name in config files
authorLuc Didry <luc@framasoft.org>
Mon, 16 Jan 2017 08:04:54 +0000 (09:04 +0100)
committerBigard Florian <florian.bigard@gmail.com>
Mon, 16 Jan 2017 08:53:05 +0000 (09:53 +0100)
config/default.yaml
config/production.yaml.example

index 0939ae4baab5b136b8bfef7808d12b846f2ac7e9..ad87191fd74a8592c87f800ef1d0d70fbc5710b9 100644 (file)
@@ -6,6 +6,7 @@ webserver:
   hostname: 'localhost'
   port: 9000
 
+# Your database name will be "peertube"+database.suffix
 database:
   hostname: 'localhost'
   port: 5432
index 231e3deebd80324cc2cf93ec5d5d3fdced5ad84b..ba7ff8f2e1e1c1772cd4fd24e3c544b6ef76ffc9 100644 (file)
@@ -7,6 +7,7 @@ webserver:
   hostname: 'example.com'
   port: 80
 
+# Your database name will be "peertube"+database.suffix
 database:
   hostname: 'localhost'
   port: 5432