All checks were successful
Build and Deploy Angular App / build (push) Successful in 35s
Signed-off-by: Polianin Nikita <wesser@noreply.git.winsomnia.net>
6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
export const environment = {
|
|
apiUrl: 'https://mirea.winsomnia.net/api/',
|
|
maxRetry: 3,
|
|
retryDelay: 1500
|
|
};
|