diff --git a/src/config/environment.ts b/src/config/environment.ts index cde2103..755c7f8 100644 --- a/src/config/environment.ts +++ b/src/config/environment.ts @@ -1,6 +1,6 @@ export const environment = { - apiUrl: 'http://localhost:5269/api/v1/', + apiUrl: 'http://localhost:5269/api/', production: false, - maxRetry: 30, - retryDelay: 15000 + maxRetry: 3, + retryDelay: 1500 }