spring.application.name=imaps-backend 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 spring.mail.host=smtp.gmail.com spring.mail.port=587 spring.mail.username=${MAIL_NAME} spring.mail.password=${MAIL_PASS} spring.mail.properties.mail.smtp.auth=true spring.mail.properties.mail.smtp.starttls.enable=true spring.profiles.active=dev logging.level.org.springframework.web=DEBUG