diff --git a/src/node/utils/Settings.js b/src/node/utils/Settings.js index dd34ac5ee..3d7894d52 100644 --- a/src/node/utils/Settings.js +++ b/src/node/utils/Settings.js @@ -37,7 +37,7 @@ exports.ip = "0.0.0.0"; /** * The Port ep-lite should listen to */ -exports.port = 9001; +exports.port = process.env.PORT || 9001; /* * The Type of the database */ diff --git a/src/web.config b/src/web.config new file mode 100644 index 000000000..e057b9198 --- /dev/null +++ b/src/web.config @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + +