Add ssl support to postgresql
This commit is contained in:
parent
4f24f16e27
commit
b0ce7c39dc
5 changed files with 6 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ trust_proxy:
|
|||
database:
|
||||
hostname: 'postgres'
|
||||
port: 5432
|
||||
ssl: false
|
||||
suffix: ''
|
||||
username: 'postgres'
|
||||
password: 'postgres'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue