spring: profiles.include: ldap datasource: url: jdbc:postgresql://crss_postgres:5432/crss_admin username: crss_admin password: crss_admin driverClassName: org.postgresql.Driver hikari: connectionTimeout: 10000 maximumPoolSize: 20 jpa: database: POSTGRESQL properties: hibernate: dialect: org.hibernate.dialect.PostgreSQL94Dialect mail: host: 192.168.241.62 port: 3025 username: crss@local.staging.pemc.com password: P@ssw0rd1434412 properties: mail: transport.protocol: smtp smtp: auth: true starttls.enable: true