From 799d2d8166e30997abf139f759e759670459dc59 Mon Sep 17 00:00:00 2001 From: Polianin Nikita Date: Wed, 5 Jun 2024 21:46:02 +0300 Subject: [PATCH] fix: change environment --- src/config/environment.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }