fix: change environment

This commit is contained in:
Polianin Nikita 2024-06-05 21:46:02 +03:00
parent 3d9fabe217
commit 799d2d8166

View File

@ -1,6 +1,6 @@
export const environment = { export const environment = {
apiUrl: 'http://localhost:5269/api/v1/', apiUrl: 'http://localhost:5269/api/',
production: false, production: false,
maxRetry: 30, maxRetry: 3,
retryDelay: 15000 retryDelay: 1500
} }