From 66c5c8d080803852acb9b184ef8cc1729ff80859 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Tue, 19 Nov 2024 19:06:08 +0100 Subject: [PATCH] Actualiser .env --- .env | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 630b323..0536d36 100644 --- a/.env +++ b/.env @@ -1 +1,10 @@ -# Template \ No newline at end of file +PHP_VERSION=8.3 +MYSQL_VERSION=8.0 +APACHE_VERSION=2.4.32 + +DB_ROOT_PASSWORD=rootpassword +DB_NAME=dbtest +DB_USERNAME=otherUser +DB_PASSWORD=password + +PROJECT_ROOT=./public_html \ No newline at end of file