Skip to content

Commit

Permalink
issue/104 Fix : eureka 설정 정보 수정 (#109)
Browse files Browse the repository at this point in the history
* issue/60 💚 CI : 릴리즈 인프라 구축 (#64) (#65)

* Ci : 릴리즈 인프라 구축

* Ci : release 인프라 구축

* 👷 CI : 릴리즈 인프라 구축 (#67)

* issue/60 💚 CI : 릴리즈 인프라 구축 (#64)

* Ci : 릴리즈 인프라 구축

* Ci : release 인프라 구축

* issue/60 🐛 FIX : release_deploy.yml 수정 (#66)

* Ci : 릴리즈 인프라 구축

* Ci : release 인프라 구축

* Fix : release_deploy.yml 수정

* 🚀 2023 10 13 release 릴리즈 인프라 application.yml profile 분리 (#73)

* issue/60 💚 CI : 릴리즈 인프라 구축 (#64)

* Ci : 릴리즈 인프라 구축

* Ci : release 인프라 구축

* issue/60 🐛 FIX : release_deploy.yml 수정 (#66)

* Ci : 릴리즈 인프라 구축

* Ci : release 인프라 구축

* Fix : release_deploy.yml 수정

* Ci : 개발 인프라 이전 (#69)

* Ci/68 🐛 [FIX] application.yml profile 수정 (#70)

* Ci : 개발 인프라 이전

* application.yml profile 분리 수정

* Ci : release 인프라 application.yml profile 분리 (#72)

* 💚 Change CI/CD script

릴리즈 인프라 CI/CD Push때도 돌도록 변경

* 💚 Change CI/CD Script

release_deploy.yml 변경

* 🐛 Fix : redis 연결 정보 수정

* 🐛 Fix : redis 연결정보 환경변수로 변경

* 🐛 Fix : application.yml 설정 spring 설정을 eureka 설정이 가져가지 않도록 수정

* 🐛 Fix : eureka 접속정보 수정

* 🐛 Fix : eureka 설정 정보 수정

---------

Co-authored-by: swa07016 <[email protected]>
  • Loading branch information
CYY1007 and swa07016 authored Dec 10, 2023
1 parent 4d67980 commit 458220b
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ spring:
redis:
host: localhost
port: 6379
eureka:
client:
service-url:
defaultZone: http://gateway.newsbreifing.store:8761/eureka
instance:
# 표기되는 규칙 변경
instance-id: dev_briefing_server
hostname: dev.newsbreifing.store
ip-address: dev.newsbreifing.store

jwt:
header: Authorization
# dev server
Expand Down Expand Up @@ -79,15 +89,15 @@ spring:
redis:
host: ${REDIS_URL}
port: 6379
eureka:
instance:
# 표기되는 규칙 변경
instance-id: dev_briefing_server
hostname: dev.newsbreifing.store
ip-address: dev.newsbreifing.store
client:
service-url:
defaultZone: http://gateway.newsbreifing.store:8761/eureka
eureka:
instance:
# 표기되는 규칙 변경
instance-id: dev_briefing_server
hostname: dev.newsbreifing.store
ip-address: dev.newsbreifing.store
client:
service-url:
defaultZone: http://gateway.newsbreifing.store:8761/eureka

jwt:
header: Authorization
Expand Down

0 comments on commit 458220b

Please sign in to comment.