diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-10-01 12:40:02 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-10-01 12:40:02 +0200 |
commit | 825a5d9c5e6d8cbe005b44499aba4ce4ba069fe3 (patch) | |
tree | 183a28ffb4538c678155faa085212691f0adbb04 /config | |
parent | 21511bbafc33a109dc8951482e2a0ceac2dc565f (diff) | |
download | PeerTube-825a5d9c5e6d8cbe005b44499aba4ce4ba069fe3.tar.gz PeerTube-825a5d9c5e6d8cbe005b44499aba4ce4ba069fe3.tar.zst PeerTube-825a5d9c5e6d8cbe005b44499aba4ce4ba069fe3.zip |
Add database suffix to the production configuration example
Diffstat (limited to 'config')
-rw-r--r-- | config/production.yaml.example | 3 |
1 files changed, 3 insertions, 0 deletions
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: | |||
3 | https: false | 3 | https: false |
4 | host: 'example.com' | 4 | host: 'example.com' |
5 | port: 80 | 5 | port: 80 |
6 | |||
7 | database: | ||
8 | suffix: '-prod' | ||