Add database suffix to the production configuration example
This commit is contained in:
parent
21511bbafc
commit
825a5d9c5e
|
@ -3,3 +3,6 @@ webserver:
|
||||||
https: false
|
https: false
|
||||||
host: 'example.com'
|
host: 'example.com'
|
||||||
port: 80
|
port: 80
|
||||||
|
|
||||||
|
database:
|
||||||
|
suffix: '-prod'
|
||||||
|
|
Loading…
Reference in New Issue