Drop nprogress
This commit is contained in:
parent
1d8bda846d
commit
cf44f33f39
7 changed files with 17 additions and 30 deletions
|
@ -38,11 +38,6 @@ module.exports = function(environment) {
|
|||
tokenPropertyName: 'token',
|
||||
authorizationPrefix: 'Bearer ',
|
||||
authorizationHeaderName: 'Authorization',
|
||||
refreshAccessTokens: true,
|
||||
serverTokenRefreshEndpoint: '/api/authenticate',
|
||||
tokenExpireName: 'exp',
|
||||
refreshLeeway: 300,
|
||||
timeFactor: 1
|
||||
}
|
||||
ENV.apiURL = 'http://127.0.0.1:4200';
|
||||
ENV.contentSecurityPolicy = {
|
||||
|
@ -69,11 +64,6 @@ module.exports = function(environment) {
|
|||
tokenPropertyName: 'token',
|
||||
authorizationPrefix: 'Bearer ',
|
||||
authorizationHeaderName: 'Authorization',
|
||||
refreshAccessTokens: true,
|
||||
serverTokenRefreshEndpoint: 'https://bactdb-test.herokuapp.com/api/authenticate',
|
||||
tokenExpireName: 'exp',
|
||||
refreshLeeway: 300,
|
||||
timeFactor: 1
|
||||
}
|
||||
ENV.apiURL = 'https://bactdb-test.herokuapp.com';
|
||||
ENV.contentSecurityPolicy = {
|
||||
|
@ -104,11 +94,6 @@ module.exports = function(environment) {
|
|||
tokenPropertyName: 'token',
|
||||
authorizationPrefix: 'Bearer ',
|
||||
authorizationHeaderName: 'Authorization',
|
||||
refreshAccessTokens: true,
|
||||
serverTokenRefreshEndpoint: 'https://bactdb.herokuapp.com/api/authenticate',
|
||||
tokenExpireName: 'exp',
|
||||
refreshLeeway: 300,
|
||||
timeFactor: 1
|
||||
}
|
||||
ENV.apiURL = 'https://bactdb.herokuapp.com';
|
||||
ENV.contentSecurityPolicy = {
|
||||
|
|
Reference in a new issue