Skip to content
Snippets Groups Projects
Commit 72846347 authored by Hermann's avatar Hermann
Browse files

add prints for deployment debugging

parent f1db5e3c
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,8 @@ const APISession = {
token: '',
};
console.log(apiUrl);
// OAuth Handler
const oauth = new ClientOAuth2({
clientId: oAuthID,
......
{
"apiUrl": "https://api-dev.amiv.ethz.ch",
"ownUrl": "https://admin-dev.amiv.ethz.ch",
"oAuthID": "Admintools (dev)"
"oAuthID": "Admintools"
}
......@@ -2,4 +2,7 @@
const config = require('./webpack.config.prod.js');
// Replace prod with dev config
config.resolve.alias.networkConfig = `${__dirname}/src/networkConfig.dev.json`;
console.log(config.resolve.alias.networkConfig);
module.exports = config;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment