From 46862b014ae1688bf3c22c6c5553819d6f3c9bb8 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Wed, 1 Jul 2026 12:16:39 +0800 Subject: [PATCH] Update: Vue 2 to Vue 3 with Typescript, node 14 to node 22, Jenkinsfile, Dockerfile, vapor.yml (Post PROD Deployment) --- .env.testing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.testing b/.env.testing index c1122651..ec816593 100644 --- a/.env.testing +++ b/.env.testing @@ -5,7 +5,7 @@ APP_KEY=base64:utnZQgraE9iHT+4xCoDP2p7MdQmBweGyP0b6Mp1ksds= JWT_SECRET=4DlpggxJJeV1nVeHPPf83mSGsoJEmA8bpuSFdFN0VCvwqkE084iYOqoed0q47Ee2 DB_CONNECTION=mysql -DB_HOST=172.18.0.3 +DB_HOST=mysql DB_PORT=3306 DB_DATABASE=ci_test_exchange DB_USERNAME=ci