Skip to content

Commit

Permalink
Merge branch 'feature/create-jwt-tokens' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
yasasghari committed Mar 4, 2024
2 parents 71ba3c8 + b03b209 commit 6b881d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
server.error.include-message=always
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.datasource.hikari.minimum-idle=1
spring.datasource.hikari.maximum-pool-size=${DATABASE_MAX_CONNECTIONS:0}
spring.datasource.hikari.maximum-pool-size=${DATABASE_MAX_CONNECTIONS:1}
logging.level.root=INFO
logging.level.org.springframework.security=WARN
logging.level.org.hibernate.SQL=WARN

0 comments on commit 6b881d1

Please sign in to comment.