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/default.yaml | 1 + config/production.yaml.example | 1 + 2 files changed, 2 insertions(+) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index 0939ae4ba..ad87191fd 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -6,6 +6,7 @@ webserver: hostname: 'localhost' port: 9000 +# Your database name will be "peertube"+database.suffix database: hostname: 'localhost' port: 5432 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