diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 6dc79d73f..8bc63ee92 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -1,4 +1,8 @@ | |||
1 | # Correspond to your reverse proxy "listen" configuration | ||
1 | webserver: | 2 | webserver: |
2 | https: false | 3 | https: false |
3 | host: 'example.com' | 4 | host: 'example.com' |
4 | port: 80 | 5 | port: 80 |
6 | |||
7 | database: | ||
8 | suffix: '-prod' | ||