refactor: use other way to save env
This commit is contained in:
5
src/environments/environment.development.ts
Normal file
5
src/environments/environment.development.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export const environment = {
|
||||
apiUrl: 'http://localhost:5269/api/',
|
||||
maxRetry: 5,
|
||||
retryDelay: 1500
|
||||
};
|
5
src/environments/environment.ts
Normal file
5
src/environments/environment.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export const environment = {
|
||||
apiUrl: '',
|
||||
maxRetry: 3,
|
||||
retryDelay: 1500
|
||||
};
|
Reference in New Issue
Block a user