6 lines
80 B
TypeScript
6 lines
80 B
TypeScript
export const environment = {
|
|
apiUrl: '',
|
|
maxRetry: 3,
|
|
retryDelay: 1500
|
|
};
|