From 8a6654a91ee401b7116f7b8a73870d2d7d8e284b Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 1 Oct 2023 03:11:36 +0000 Subject: [PATCH] fix db credentials --- config.sh | 4 ++-- php.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config.sh b/config.sh index 74b8b34..8557ef4 100755 --- a/config.sh +++ b/config.sh @@ -12,8 +12,8 @@ WEB_URL="http://jingga.app" MAIL_ADDR="" # Authentications -DB_USER="root" -DB_PASSWORD="root" +DB_USER="test" +DB_PASSWORD="orange" # Git variables GITHUB_URL[0]="https://github.com/Karaka-Management/Karaka.git" diff --git a/php.sh b/php.sh index bb40b17..4214004 100644 --- a/php.sh +++ b/php.sh @@ -19,6 +19,7 @@ fi rm -rf ${OUTPUT_PATH} mkdir -p ${OUTPUT_PATH} +mkdir -p ${OUTPUT_PATH}/ReportExternal mkdir -p ${OUTPUT_PATH}/coverage mkdir -p ${OUTPUT_PATH}/phpunit mkdir -p ${OUTPUT_PATH}/metrics