spring.application.name=backendRender spring.datasource.url=jdbc:postgresql://localhost:6432/imaps spring.datasource.username=imaps_admin spring.datasource.password=iMapsResen2024 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.security=DEBUG