Update environment.ts

This commit is contained in:
MaxKey
2025-12-10 20:49:51 +08:00
parent 56dc9eba1c
commit bb7109bbfc

View File

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