Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 9s
10 lines
172 B
Bash
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 |