spring.datasource.url=jdbc:postgresql://localhost:5432/users spring.datasource.username=postgres spring.datasource.password=maky123 spring.jpa.hibernate.ddl-auto=create-drop spring.jpa.show-sql=true spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.jpa.properties.hibernate.format_sql=true spring.freemarker.template-loader-path=classpath:/templates spring.freemarker.suffix=.ftl spring.mail.host=localhost spring.mail.port=1025 spring.mail.username=maky spring.mail.password=maky spring.mail.properties.mail.transport.protocol = smtp spring.mail.properties.mail.smtp.ssl.trust="*" spring.mail.properties.mail.smtp.auth=true spring.mail.properties.mail.starttls.enable=true spring.mail.properties.mail.smtp.connectiontimeout=5000 spring.mail.properties.mail.smtp.timeout=3000 spring.mail.properties.mail.smtp.writetimeout=5000