server.port = 8080 spring.datasource.url=jdbc:postgresql://localhost:5432/brapi-java spring.datasource.username=postgres spring.datasource.password=postgres spring.datasource.driver-class-name=org.postgresql.Driver spring.jpa.hibernate.ddl-auto=validate spring.jpa.show-sql=false spring.flyway.enabled=true spring.flyway.locations=classpath:db/migration,classpath:db/sql spring.flyway.schemas=public spring.flyway.baselineOnMigrate=true spring.mvc.dispatch-options-request=true security.enabled=true jwt.secret-key=change-me-in-production jwt.access-token-expire-minutes=1440