Compare commits
2 Commits
7d0a51696f
...
ce5508fe7f
Author | SHA1 | Date | |
---|---|---|---|
ce5508fe7f | |||
4dbcdf658e |
@ -23,7 +23,7 @@ jobs:
|
||||
run: npm install
|
||||
|
||||
- name: Build Angular app
|
||||
run: npm run build -- --prod
|
||||
run: npm run build -- --configuration production
|
||||
|
||||
- name: Start ssh-agent
|
||||
id: ssh-agent
|
||||
|
@ -1,5 +1,5 @@
|
||||
export const environment = {
|
||||
apiUrl: '',
|
||||
apiUrl: 'https://mirea.winsomnia.net/api',
|
||||
maxRetry: 3,
|
||||
retryDelay: 1500
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user