Skip to content

Commit

Permalink
Update application-dev.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
leejuae authored Jul 22, 2024
1 parent 0dea327 commit 73aa089
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/resources/application-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ spring:
redirect-uri: ${REDIRECT_URL}

jwt:
secret: ${JWT_SECRET}
secret: ${JWT_SECRET}
aes-secret: ${AES_SECRET}
iv-secret: ${IV_SECRET}

domain-uri: ${DOMAIN_URI}

0 comments on commit 73aa089

Please sign in to comment.