Revision 54937
Added by Myrto Koukouli over 5 years ago
modules/uoa-repository-dashboard-gui/trunk/src/environments/environment.prod.ts | ||
---|---|---|
1 | 1 |
export const environment = { |
2 | 2 |
production: true, |
3 | 3 |
API_ENDPOINT: '/uoa-repository-manager-service', |
4 |
FAQ_ENDPOINT: '/api', |
|
5 |
FAQ_HOMEPAGE: '/uoa-admin-tools/' |
|
4 |
FAQ_ENDPOINT: '/uoa-admin-tools/api',
|
|
5 |
FAQ_HOMEPAGE: '/uoa-admin-tools/dashboard'
|
|
6 | 6 |
}; |
modules/uoa-repository-dashboard-gui/trunk/proxy.conf.json | ||
---|---|---|
1 | 1 |
{ |
2 | 2 |
"/uoa-repository-manager-service/*": { |
3 |
"target": "http://aleka.athenarc.gr:8480",
|
|
3 |
"target": "http://localhost:8480",
|
|
4 | 4 |
"secure": false, |
5 | 5 |
"logLevel": "debug", |
6 | 6 |
"changeOrigin": true |
Also available in: Unified diff
updated production environment variables