aboutsummaryrefslogtreecommitdiffstats
path: root/deployment-handler.js
diff options
context:
space:
mode:
Diffstat (limited to 'deployment-handler.js')
-rw-r--r--deployment-handler.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/deployment-handler.js b/deployment-handler.js
index 15b2807..e049b82 100644
--- a/deployment-handler.js
+++ b/deployment-handler.js
@@ -75,7 +75,7 @@ const start = function(config) {
"policy": POLICY_PATH,
"swagger-ui": SWAGGER_UI_PATH
};
- exports.config = config;
+ process.mainModule.exports.config = config;
log.debug(null, "Configuration: " + JSON.stringify(config));
@@ -154,4 +154,3 @@ conf.configure()
});
module.exports.app = app;
-module.exports.set_app = set_app;