Skip to content

Commit

Permalink
Merge pull request #9 from nhnacademy-be5-T3Team/fix/maven
Browse files Browse the repository at this point in the history
fix: application.yml 및 cicd.yml 수정
  • Loading branch information
parkjonggyeong18 authored Apr 26, 2024
2 parents caac029 + 372086f commit 6805850
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ spring:
profiles:
active: dev

redis:
host: ${redisHost}
port: ${redisPort}
password: ${redisPassword}
database: ${redisDatabase}

eureka:
instance:
prefer-ip-address: true
Expand All @@ -16,3 +22,8 @@ eureka:
fetch-registry: true
service-url:
defaultZone: http://127.0.0.1:8761/eureka


t3t:
secret:
key: ${jwtSecretKey}

0 comments on commit 6805850

Please sign in to comment.