From 7aaf35f7e97d7c773309110c9acee599b6bb95d8 Mon Sep 17 00:00:00 2001 From: Fachba Date: Wed, 15 Oct 2025 12:07:18 +0700 Subject: [PATCH] env example --- .env.example | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.env.example b/.env.example index 3be6766..8368363 100644 --- a/.env.example +++ b/.env.example @@ -1,18 +1,18 @@ -# # SQL DB Connection Colo -# SQL_HOST=117.102.231.130 +# SQL DB Connection Colo +SQL_HOST=117.102.231.130 +SQL_DATABASE=cod_piu +SQL_USERNAME=sa +SQL_PASSWORD=@R3M4niA. +SQL_PORT=1433 + +# SQL_HOST=203.153.114.226 +# SQL_PORT=1112 # SQL_DATABASE=piu # SQL_USERNAME=sa -# SQL_PASSWORD=@R3M4niA. -# SQL_PORT=1433 - -SQL_HOST=203.153.114.226 -SQL_PORT=1112 -SQL_DATABASE=piu -SQL_USERNAME=sa -SQL_PASSWORD=piu123 +# SQL_PASSWORD=piu123 # Application Port - express server listens on this port (default 9000). -PORT=9528 +PORT=9530 ENDPOINT_WA=http://203.153.114.226:9529/send # ENDPOINT_WA=http://localhost:9529/send ENDPOINT_FE=http://203.153.114.226:9527