Skip to content

Commit

Permalink
chore: Hide secret key (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
youjin09222 committed Nov 16, 2023
1 parent 06917bc commit b41ac40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server-toy-project/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ spring:
format_sql: true

jwt:
secret: VlwEyVBsYt9V7zq57TejMnVUyzblYcfPQye08f7MGVA9XkHa
secret: ${SPRING_DATASOURCE_KEY}

0 comments on commit b41ac40

Please sign in to comment.