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 8da6294 commit 4e12989
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ const client = new Eureka({
servicePath: '/eureka/apps/'
},
instance: {
instanceId : 'nodejs-service',
app: 'nodejs-service', // 서비스의 이름
instanceId : 'category-service',
app: 'category-service', // 서비스의 이름
hostName: process.env.INSTANCE_HOSTNAME,
ipAddr: process.env.INSTANCE_IPADDRESS, // 서비스의 IP 주소
port: {
'$': process.env.PORT, // 서비스의 포트
'$': `${process.env.PORT}`, // 서비스의 포트
'@enabled': 'true',
},
vipAddress: 'nodejs-service', // 서비스의 VIP 주소
Expand Down

0 comments on commit 4e12989

Please sign in to comment.