diff options
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' | ||