From d5026535d0a2b663ea985f3e1adeed69fec5f9d9 Mon Sep 17 00:00:00 2001 From: supphakitd <67319010028@technictrang.ac.th> Date: Wed, 3 Dec 2025 06:56:05 +0700 Subject: [PATCH] environment.development.ts: reverse Signed-off-by: supphakitd <67319010028@technictrang.ac.th> --- .../src/environments/environment.development.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ng-ttc-frontend/src/environments/environment.development.ts b/ng-ttc-frontend/src/environments/environment.development.ts index 828ab5a..ce1cc1b 100644 --- a/ng-ttc-frontend/src/environments/environment.development.ts +++ b/ng-ttc-frontend/src/environments/environment.development.ts @@ -1,5 +1,5 @@ export const environment = { - production: true, - apiBaseUrl: 'https://api.nuttakit.work', - jwt_secret: '5b8273b2f79602e6b3987d3a9b018c66fd15e14848ff73ab1d332942c11eac80' -}; + production: false, + // apiBaseUrl: 'https://bread-leader-move-created.trycloudflare.com' + apiBaseUrl: 'http://localhost:8000' +}; \ No newline at end of file