Project

General

Profile

« Previous | Next » 

Revision 51584

final commit before first deployment

View differences:

webpack.config.js
98 98
        "process.env": {
99 99
          PRODUCTION: JSON.stringify(false),
100 100
          API_ENDPOINT: JSON.stringify(process.env.API_ENDPOINT || "http://aleka.athenarc.gr:8380/repomanager-service-dev"),
101
          FAQ_ENDPOINT: JSON.stringify(process.env.FAQ_ENDPOINT || "http://aleka.athenarc.gr:5555/api"),
101
          FAQ_ENDPOINT: JSON.stringify(process.env.FAQ_ENDPOINT || "http://audrey.athenarc.gr:5555/api"),
102 102
          AAI_ENDPOINT: JSON.stringify(process.env.AAI_ENDPOINT || "http://aleka.athenarc.gr:8380/repomanager-service-dev/openid_connect_login"),
103
          FAQ_HOMEPAGE: JSON.stringify(process.env.FAQ_HOMEPAGE || "http://aleka.athenarc.gr:5555"),
103
          FAQ_HOMEPAGE: JSON.stringify(process.env.FAQ_HOMEPAGE || "http://audrey.athenarc.gr:5555"),
104 104
          BASE_URL: JSON.stringify(process.env.FAQ_HOMEPAGE || "http://aleka.athenarc.gr:3000")
105 105
        }
106 106
      })
......
127 127
        "process.env": {
128 128
          PRODUCTION: JSON.stringify(true),
129 129
          API_ENDPOINT: JSON.stringify("http://aleka.athenarc.gr:8380/repomanager-service-dev"),
130
          FAQ_ENDPOINT: JSON.stringify("http://aleka.athenarc.gr:5555/api"),
130
          FAQ_ENDPOINT: JSON.stringify("http://audrey.athenarc.gr:5555/api"),
131 131
          AAI_ENDPOINT: JSON.stringify("http://aleka.athenarc.gr:8380/repomanager-service-dev/openid_connect_login"),
132
          FAQ_HOMEPAGE: JSON.stringify("http://aleka.athenarc.gr:5555"),
132
          FAQ_HOMEPAGE: JSON.stringify("http://audrey.athenarc.gr:5555"),
133 133
          BASE_URL: JSON.stringify("http://aleka.athenarc.gr:3000")
134 134
        }
135 135
      })

Also available in: Unified diff