feat: add ssh for database access
This commit is contained in:
parent
1d5b9699b9
commit
13162f6470
5 changed files with 29 additions and 26 deletions
|
|
@ -1,2 +1,4 @@
|
|||
application:
|
||||
host: 127.0.0.1
|
||||
database:
|
||||
require_ssl: false
|
||||
|
|
|
|||
|
|
@ -1,2 +1,4 @@
|
|||
application:
|
||||
host: 0.0.0.0
|
||||
database:
|
||||
require_ssl: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue