Project

General

Profile

« Previous | Next » 

Revision 53396

Applied new theme

View differences:

webpack.config.js
77 77
    },
78 78
    proxy: {
79 79
      '/uoa-repository-manager-service': {
80
        target: 'http://koulis.athenarc.gr:8480',
80
        target: 'http://localhost:8480',
81 81
        secure: false
82 82
      }
83 83
    }
......
107 107
          FAQ_ENDPOINT: JSON.stringify(process.env.FAQ_ENDPOINT || "https:/demo.openminted.eu/provide/api"),
108 108
          AAI_ENDPOINT: JSON.stringify(process.env.AAI_ENDPOINT || "/uoa-repository-manager-service/openid_connect_login"),
109 109
          FAQ_HOMEPAGE: JSON.stringify(process.env.FAQ_HOMEPAGE || "http://audrey.athenarc.gr:5555"),
110
          BASE_URL: JSON.stringify(process.env.BASE_URL || "http://koulis.athenarc.gr:4200")
110
          BASE_URL: JSON.stringify(process.env.BASE_URL || "http://localhost:4200")
111 111
        }
112 112
      })
113 113
    );
......
137 137
          FAQ_ENDPOINT: JSON.stringify("http://audrey.athenarc.gr:5555/api"),
138 138
          AAI_ENDPOINT: JSON.stringify("/uoa-repository-manager-service/openid_connect_login"),
139 139
          FAQ_HOMEPAGE: JSON.stringify("http://audrey.athenarc.gr:5555"),
140
          BASE_URL: JSON.stringify("http://koulis.athenarc.gr:4200")
140
          BASE_URL: JSON.stringify("http://localhost:4200")
141 141
        }
142 142
      })
143 143
    );

Also available in: Unified diff