Update environment.ts

This commit is contained in:
MaxKey 2022-11-16 16:31:04 +08:00
parent 95e51d2774
commit 6d84ab6d8a

View File

@ -27,7 +27,7 @@ export const environment = {
production: false,
useHash: true,
api: {
baseUrl: '/sign/',
baseUrl: 'http://sso.maxkey.top:9527/sign/',
refreshTokenEnabled: true,
refreshTokenType: 're-request'
},