Project

General

Profile

« Previous | Next » 

Revision 50086

tried to pull repositories of user

View differences:

webpack.config.js
1
/*
2
*   !!! ADD REAL API ADDRESSES BEFORE PRODUCTION !!!!
3
*/
4

  
1 5
var webpack = require('webpack');
2 6
var path = require('path');
3 7
var webpackMerge = require('webpack-merge');
......
93 97
      new webpack.DefinePlugin({
94 98
        "process.env": {
95 99
          PRODUCTION: JSON.stringify(false),
96
          API_ENDPOINT: JSON.stringify(process.env.API_ENDPOINT || "http://localhost:8080/omtd-registry"),
100
          API_ENDPOINT: JSON.stringify(process.env.API_ENDPOINT || "http://194.177.192.121:8380/uoa-repository-manager-service"),
97 101
          FAQ_ENDPOINT: JSON.stringify(process.env.FAQ_ENDPOINT || "http://83.212.101.85:5555/api/"),
98 102
          CONNECTOR_API_ENDPOINT: JSON.stringify(process.env.CONNECTOR_API_ENDPOINT || "http://localhost:8888/content-connector-service"),
99 103
          WORKFLOW_API_ENDPOINT: JSON.stringify(process.env.WORKFLOW_API_ENDPOINT || "https://dev.openminted.eu:8881"),

Also available in: Unified diff