feat: add ssh for database access

This commit is contained in:
Sandro Eiler 2024-02-07 21:59:28 +01:00
parent 1d5b9699b9
commit 13162f6470
5 changed files with 29 additions and 26 deletions

View file

@ -1,2 +1,4 @@
application:
host: 127.0.0.1
database:
require_ssl: false

View file

@ -1,2 +1,4 @@
application:
host: 0.0.0.0
database:
require_ssl: true