From 94901430c8c9f0146efd4c037fe970114ebec351 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Wed, 1 Jul 2026 12:05:06 +0800 Subject: [PATCH] Update: Vue 2 to Vue 3 with Typescript, node 14 to node 22, Jenkinsfile, Dockerfile, vapor.yml (Post PROD Deployment) - Minor update on docker-compose.yml --- .env.testing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.testing b/.env.testing index 8d076fc8..c1122651 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.2 +DB_HOST=172.18.0.3 DB_PORT=3306 DB_DATABASE=ci_test_exchange DB_USERNAME=ci