From 825a5d9c5e6d8cbe005b44499aba4ce4ba069fe3 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sat, 1 Oct 2016 12:40:02 +0200 Subject: Add database suffix to the production configuration example --- config/production.yaml.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/production.yaml.example b/config/production.yaml.example index df216ac92..8bc63ee92 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -3,3 +3,6 @@ webserver: https: false host: 'example.com' port: 80 + +database: + suffix: '-prod' -- cgit v1.2.3