spring.application.name=bus-n-go-backend spring.datasource.url=jdbc:postgresql://localhost:5432/db_202324z_va_prj_busngo spring.datasource.username=db_202324z_va_prj_busngo_owner spring.datasource.password=d9f924580e7 #spring.datasource.url=jdbc:postgresql://localhost:5432/bus_go #spring.datasource.username=postgres #spring.datasource.password=admin spring.datasource.driver-class-name=org.postgresql.Driver spring.datasource.hikari.connection-timeout=20000 spring.datasource.hikari.maximum-pool-size=5 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.jpa.properties.hibernate.jdbc.non_contextual_creation=true spring.jpa.properties.hibernate.default_schema=project spring.jpa.hibernate.ddl-auto=validate spring.jpa.show-sql=true materialized.view.refresh.rate=43200000 #43200000 #12 hours spring.flyway.default-schema=project