Skip to content

Commit

Permalink
Fix failed deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
apirom9 committed Mar 31, 2024
1 parent 3ad94f4 commit 32307d7
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 @@ -20,7 +20,7 @@ spring.datasource.hikari.maximum-pool-size=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=${SECURITY_JWT_SECRET}

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

0 comments on commit 32307d7

Please sign in to comment.