From 98dffd102ef76872f027fedfc55cc0dc824b5bad Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Mon, 16 Jan 2017 09:04:54 +0100 Subject: Add hint about database name in config files --- config/production.yaml.example | 1 + 1 file changed, 1 insertion(+) (limited to 'config/production.yaml.example') diff --git a/config/production.yaml.example b/config/production.yaml.example index 231e3deeb..ba7ff8f2e 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -7,6 +7,7 @@ webserver: hostname: 'example.com' port: 80 +# Your database name will be "peertube"+database.suffix database: hostname: 'localhost' port: 5432 -- cgit v1.2.3