spring.datasource.url=jdbc:postgresql://localhost:5432/charitable spring.datasource.username=postgres spring.datasource.password=postgres spring.thymeleaf.cache=false spring.jpa.hibernate.ddl-auto=update spring.jpa.show-sql=true spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.jpa.properties.hibernate.format_sql=true spring.servlet.multipart.max-file-size=50MB spring.servlet.multipart.max-request-size=50MB spring.mail.host=smtp.gmail.com spring.mail.port=587 spring.mail.username=charitablemk@gmail.com spring.mail.password=charitablemk19 spring.mail.properties.mail.smtp.auth=true spring.mail.properties.mail.smtp.starttls.enable=true server.port=9091