From 21511bbafc33a109dc8951482e2a0ceac2dc565f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sat, 1 Oct 2016 12:24:18 +0200 Subject: Add a comment to the webserver part in the yaml configuration --- 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 6dc79d73f..df216ac92 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -1,3 +1,4 @@ +# Correspond to your reverse proxy "listen" configuration webserver: https: false host: 'example.com' -- cgit v1.2.3 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/production.yaml.example') 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