Environment variables at runtime to connect to database

This commit is contained in:
Alphonse Paix
2025-08-22 16:01:20 +02:00
parent 1567f94b1f
commit a7473bb7f5
7 changed files with 66 additions and 27 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