Some checks failed
Build and Deploy Angular App / build (push) Failing after 1m29s
6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
export const environment = {
|
|
apiUrl: 'https://mirea.winsomnia.net/api',
|
|
maxRetry: 3,
|
|
retryDelay: 1500
|
|
};
|