From e9fe05b78f5a56b3ad2c2d03d44fafccd7ca5c88 Mon Sep 17 00:00:00 2001 From: Grisu Date: Mon, 20 Jun 2022 12:18:38 +0200 Subject: [PATCH] db user name and password are now configured by environment variables --- app/scripts/connection.php | 4 ++-- docker-compose.yml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/scripts/connection.php b/app/scripts/connection.php index 525b839..55f3949 100644 --- a/app/scripts/connection.php +++ b/app/scripts/connection.php @@ -1,8 +1,8 @@