release-hive/src/main/resources/application.properties
Beatrice DellacĂ  a0fafcc2dc
All checks were successful
continuous-integration/drone/push Build is passing
RHSRV-4 | RHSRV-5 - Implement Authentication with JWT
2024-08-07 21:14:19 +02:00

14 lines
395 B
Properties

server.port=8080
spring.datasource.url=jdbc:postgresql://localhost:5432/releasehive
spring.datasource.username=relhive
spring.datasource.password=beelover
## Hibernate properties
spring.jpa.hibernate.ddl-auto=update
spring.jpa.open-in-view=false
security.jwt.secret-key=ed725256582a23e94f81ba36d7df498ea330c7ba978e2d8876fe135b4bb34068
# 1h in millisecond
security.jwt.expiration-time=3600000