Skip to content

Commit

Permalink
Update application-local.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
leejuae authored Jul 22, 2024
1 parent 73aa089 commit a3388a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/resources/application-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ spring:
redirect-uri: "http://localhost:8080/login/callback"

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

domain-uri: ${DOMAIN_URI}

0 comments on commit a3388a5

Please sign in to comment.