Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
papicc45 committed Nov 15, 2023
1 parent d365d5c commit 27cfaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const client = new Eureka({
servicePath: '/eureka/apps/'
},
instance: {
instanceId : 'category-service',
instanceId : 'category-service:' + process.env.PORT,
app: 'category-service', // 서비스의 이름
hostName: `${process.env.INSTANCE_HOSTNAME}`,
ipAddr: `${process.env.INSTANCE_IPADDRESS}`, // 서비스의 IP 주소
Expand Down

0 comments on commit 27cfaec

Please sign in to comment.