Settings working now. Everything working now.
Time for docker and beta test
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
export const environment = {
|
||||
production: true
|
||||
production: true,
|
||||
ACCESS_TOKEN_REFRESH_MINUTES: 10 // refresh token 10 minutes before expiry
|
||||
};
|
||||
|
||||
@ -3,7 +3,8 @@
|
||||
// The list of file replacements can be found in `angular.json`.
|
||||
|
||||
export const environment = {
|
||||
production: false
|
||||
production: false,
|
||||
ACCESS_TOKEN_REFRESH_MINUTES: 10 // refresh token 10 minutes before expiry
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user