From 192ca16b22aad64e1ae55aaa9e56a158ac3e9d47 Mon Sep 17 00:00:00 2001 From: 65160270 <65160270@go.buu.ac.th> Date: Thu, 27 Mar 2025 18:15:14 +0700 Subject: [PATCH] update-env --- .env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index a5e935c..19b79eb 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ -DB_HOST=localhost +DB_HOST=10.104.20.107 DB_USER=root -DB_PASSWORD= +DB_PASSWORD=POKvmo51726 DB_NAME=myshop -PORT=3000 +PORT=3360 SESSION_SECRET=your-secret-key \ No newline at end of file -- GitLab