7 lines
126 B
TypeScript
7 lines
126 B
TypeScript
export const environment = {
|
|
apiUrl: 'http://localhost:5269/api/',
|
|
production: false,
|
|
maxRetry: 3,
|
|
retryDelay: 1500
|
|
}
|