Merge pull request #86 in TEA/mina-sidor-fa-web from feature/acc-deployment to develop
Squashed commit of the following: commit b80896487554d90ed95c1a93596e2f3330202983 Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se> Date: Fri Sep 10 10:45:07 2021 +0200 Added deployment for acc
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export interface Environment {
|
||||
environment: 'api' | 'local' | 'prod';
|
||||
environment: 'api' | 'local' | 'acc' | 'prod';
|
||||
clientId: string;
|
||||
loginUrl: string;
|
||||
logoutUrl: string;
|
||||
|
||||
Reference in New Issue
Block a user