fix: change environment
This commit is contained in:
parent
3d9fabe217
commit
799d2d8166
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user