Skip to content

Commit

Permalink
security - add secret key
Browse files Browse the repository at this point in the history
  • Loading branch information
chinnawatsut committed Mar 23, 2024
1 parent 9ee4b89 commit f0ab1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kbazaar/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spring.datasource.maximumPoolSize=1
spring.sql.init.mode=always
spring.sql.init.schema-locations=classpath:sql/schema/*.sql
spring.sql.init.data-locations=classpath:sql/data/*.sql
security.jwt.secret=
security.jwt.secret=1ukPr@a1M@1T@1D3rN@NgJoNMaHenKubT@

# swagger
springdoc.swagger-ui.enabled=true
Expand Down

0 comments on commit f0ab1e8

Please sign in to comment.