refactor: use other way to save env

This commit is contained in:
2024-06-15 00:37:12 +03:00
parent aca3eb457a
commit c91973b185
6 changed files with 17 additions and 6 deletions

View File

@ -0,0 +1,5 @@
export const environment = {
apiUrl: 'http://localhost:5269/api/',
maxRetry: 5,
retryDelay: 1500
};

View File

@ -0,0 +1,5 @@
export const environment = {
apiUrl: '',
maxRetry: 3,
retryDelay: 1500
};