spring: datasource: platform: postgres url: jdbc:postgresql://db:5432/crss_reg username: crss_reg password: crss_reg driverClassName: org.postgresql.Driver jpa: database: POSTGRESQL show-sql: true hibernate: ddl-auto: none properties: jadira.usertype.autoRegisterUserTypes: true javax.persistence.schema-generation.database.action: none javax.persistence.schema-generation.create-source: metadata javax.persistence.schema-generation.scripts.action: drop-and-create javax.persistence.schema-generation.scripts.create-target: create.sql javax.persistence.schema-generation.scripts.drop-target: drop.sql mail: host: smtp.gmail.com port: 587 username: demo.exist.pemc@gmail.com # please provide the password password: $pockTest properties: mail.smtp.auth: true mail.debug: true mail.smtp.starttlls.enable: true mail.smtp.starttls.required: true #we dont need spring mvc here freemarker: enabled: false template-loader-path: classpath:/mail/templates graylog: host: localhost