From 6ee722111792a76aa5e1c8d42a28103cafc38e39 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 24 Jun 2020 10:48:04 -0700 Subject: Add database.name config option If database.name is set, we use it as the complete database name. If unset, we use the "peertube"+database.suffix as the complete database name. Fixes #1620 --- support/docker/production/config/production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support') diff --git a/support/docker/production/config/production.yaml b/support/docker/production/config/production.yaml index 58b41a493..4eeca4110 100644 --- a/support/docker/production/config/production.yaml +++ b/support/docker/production/config/production.yaml @@ -26,7 +26,7 @@ trust_proxy: - 'linklocal' - 'uniquelocal' -# Your database name will be "peertube"+database.suffix +# Your database name will be database.name or "peertube"+database.suffix database: hostname: 'postgres' port: 5432 -- cgit v1.2.3