Drop nprogress

This commit is contained in:
Matthew Dillon 2015-06-08 14:12:36 -08:00
parent 1d8bda846d
commit cf44f33f39
7 changed files with 17 additions and 30 deletions

View file

@ -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 = {