Hubert Cornet 66c5c8d080
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 9s
Actualiser .env
2024-11-19 19:06:08 +01:00

10 lines
172 B
Bash

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