#logging.level.org.springframework=debug logging.level.com.infoclinika=debug spring.main.banner-mode=off spring.servlet.multipart.location=${java.io.tmpdir} spring.servlet.multipart.max-file-size=20480MB spring.servlet.multipart.max-request-size=20480MB spring.jpa.show-sql=false spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL55Dialect spring.jpa.properties.hibernate.jdbc.batch_size=20 spring.jpa.properties.hibernate.order_inserts=true spring.jpa.properties.hibernate.order_updates=true spring.jpa.properties.hibernate.jdbc.batch_versioned_data=true spring.datasource.url=jdbc:mysql://${PDX_PORTAL_DB_HOST}/${PDX_PORTAL_SCHEMA_NAME}?useSSL=false spring.datasource.username=${PDX_PORTAL_DB_USER} spring.datasource.password=${PDX_PORTAL_DB_PASS} spring.jpa.hibernate.ddl-auto=validate server.compression.enabled=true server.compression.mime-types=application/json server.compression.min-response-size=2048 spring.mail.host=${PDX_PORTAL_SMTP_HOST} #spring.mail.username=username #spring.mail.password=password spring.mail.properties.mail.transport.protocol=smtp spring.mail.properties.mail.smtp.port=${PDX_PORTAL_SMTP_PORT} email.shared.view.from=PDX Portal email.shared.view.subject=Shared link email.shared.view.body=Hello there,\n\nhere is the link to my shared state: %1$s. \n\nNotes:\n\n%2$s