spring.application.name=demovote-backend spring.datasource.url=jdbc:postgresql://localhost:5432/vote spring.datasource.username=vote spring.datasource.password=Atari$Impact2024 spring.jpa.hibernate.ddl-auto=validate spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect #spring.jpa.show-sql=true logging.level.org.springframework=INFO server.servlet.context-path=/demovote-api/v1