From: Chocobozzz Date: Sat, 1 Oct 2016 10:40:02 +0000 (+0200) Subject: Add database suffix to the production configuration example X-Git-Tag: v0.0.1-alpha~707 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=825a5d9c5e6d8cbe005b44499aba4ce4ba069fe3;p=oweals%2Fpeertube.git Add database suffix to the production configuration 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'