spring.application.name=backendRender spring.datasource.url=jdbc:postgresql://localhost:5432/imaps_prod spring.datasource.username=${DB_USER} spring.datasource.password=${DB_PASS} spring.jpa.hibernate.ddl-auto=validate spring.jpa.show-sql=true spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.jpa.properties.hibernate.format_sql=true logging.level.org.springframework.web=DEBUG