Commit 62907a1c authored by rockyl's avatar rockyl

init

parent e3cbf4db
......@@ -42,12 +42,12 @@ process.on("SIGTERM", () => {
});
server.listen(port, async function () {
try {
/*try {
eureka = await getEurekaClient(port);
logger.info('eureka register success');
} catch (e) {
logger.error(e.name);
}
}*/
logger.info('%s listening at %s', server.name, server.url);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment