Skip to content

Commit

Permalink
fix : (#15) fix application.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kangeunchan committed Jan 17, 2025
1 parent c9ea30e commit 829a16f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ spring:
user-info-uri: ${USER_INFO_URI}
user-name-attribute: ${USER_NAME_ATTRIBUTE}

redis:
host: ${REDIS_HOST}
port: ${REDIS_PORT}

data:
redis:
host: ${REDIS_HOST}
port: ${REDIS_PORT}

jwt:
header: ${HEADER}
Expand Down

0 comments on commit 829a16f

Please sign in to comment.