From bb7109bbfc12270c8429eb747535010c16eb43e4 Mon Sep 17 00:00:00 2001 From: MaxKey Date: Wed, 10 Dec 2025 20:49:51 +0800 Subject: [PATCH] Update environment.ts --- .../maxkey-web-app/src/environments/environment.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maxkey-web-frontend/maxkey-web-app/src/environments/environment.ts b/maxkey-web-frontend/maxkey-web-app/src/environments/environment.ts index df10c5b16..026610453 100644 --- a/maxkey-web-frontend/maxkey-web-app/src/environments/environment.ts +++ b/maxkey-web-frontend/maxkey-web-app/src/environments/environment.ts @@ -27,8 +27,8 @@ export const environment = { production: false, useHash: true, api: { - baseUrl: 'http://sso.maxkey.top/sign/', - //baseUrl: 'http://localhost:9527/sign/', + //baseUrl: 'http://sso.maxkey.top/sign/', + baseUrl: 'http://localhost:9527/sign/', refreshTokenEnabled: true, refreshTokenType: 're-request' },