updated production environment variables

This commit is contained in:
myrto.koukouli 2019-02-28 15:36:44 +00:00
parent 64fd9f15fc
commit 47bb44241c
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"/uoa-repository-manager-service/*": {
"target": "http://aleka.athenarc.gr:8480",
"target": "http://localhost:8480",
"secure": false,
"logLevel": "debug",
"changeOrigin": true

View File

@ -1,6 +1,6 @@
export const environment = {
production: true,
API_ENDPOINT: '/uoa-repository-manager-service',
FAQ_ENDPOINT: '/api',
FAQ_HOMEPAGE: '/uoa-admin-tools/'
FAQ_ENDPOINT: '/uoa-admin-tools/api',
FAQ_HOMEPAGE: '/uoa-admin-tools/dashboard'
};