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' },