Skip to content

Commit

Permalink
test: ci-cd pipeline 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
eckrin committed Oct 19, 2023
1 parent 6af378b commit f55606f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added src/main/java/com/kusitms/jipbap/.DS_Store
Binary file not shown.
5 changes: 5 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ spring:
serialization:
fail-on-empty-beans: false

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

secret:
pwd: ${SECRET_PWD}
jwt: ${SECRET_JWT}

0 comments on commit f55606f

Please sign in to comment.