MaxKey 6 месяцев назад
Родитель
Сommit
bb7109bbfc
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      maxkey-web-frontend/maxkey-web-app/src/environments/environment.ts

+ 2 - 2
maxkey-web-frontend/maxkey-web-app/src/environments/environment.ts

@@ -27,8 +27,8 @@ export const environment = {
   production: false,
   production: false,
   useHash: true,
   useHash: true,
   api: {
   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,
     refreshTokenEnabled: true,
     refreshTokenType: 're-request'
     refreshTokenType: 're-request'
   },
   },