2020-12-04 16:16:10 +01:00
|
|
|
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
|
2020-12-04 17:15:08 +01:00
|
|
|
spring.datasource.url = jdbc:mysql://${PLANNAPLAN_MYSQL_DB_HOST}:${PLANNAPLAN_MYSQL_DB_PORT}/${PLANNAPLAN_MYSQL_DB}?useUnicode=yes&characterEncoding=UTF-8
|
|
|
|
spring.datasource.username = ${PLANNAPLAN_MYSQL_DB_USERNAME}
|
|
|
|
spring.datasource.password = ${PLANNAPLAN_MYSQL_DB_PASSWORD}
|
2020-12-04 16:16:10 +01:00
|
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
|
spring.jpa.open-in-view=true
|
2020-12-05 15:59:47 +01:00
|
|
|
spring.jpa.hibernate.ddl-auto=update
|
2020-12-04 16:16:10 +01:00
|
|
|
spring.jackson.serialization.fail-on-empty-beans=false
|
|
|
|
spring.main.allow-bean-definition-overriding=true
|
|
|
|
spring.jackson.default-property-inclusion = NON_NULL
|
2020-12-18 16:33:58 +01:00
|
|
|
logging.level.io.swagger.models.parameters.AbstractSerializableParameter=ERROR
|
2020-12-20 16:44:30 +01:00
|
|
|
spring.mail.host=${PLANNAPLAN_EMAIL_HOST}
|
|
|
|
spring.mail.port=${PLANNAPLAN_EMAIL_PORT}
|
|
|
|
spring.mail.username=${PLANNAPLAN_EMAIL_USERNAME}
|
|
|
|
spring.mail.password=${PLANNAPLAN_EMAIL_PASSWORD}
|
|
|
|
spring.mail.properties.mail.smtp.auth=true
|
|
|
|
spring.mail.properties.mail.smtp.starttls.enable=true
|
2020-12-04 16:16:10 +01:00
|
|
|
server.port=1285
|
|
|
|
|
2020-12-20 16:44:30 +01:00
|
|
|
plannaplan.email = ${PLANNAPLAN_EMAIL}
|
2020-12-04 16:16:10 +01:00
|
|
|
plannaplan.dev = false
|
2020-12-05 16:38:22 +01:00
|
|
|
plannaplan.frontendUrl= https://wmi.plannaplan.pl
|
2020-12-31 13:45:07 +01:00
|
|
|
plannaplan.apiurl = https://usosapidemo.amu.edu.pl
|
|
|
|
plannaplan.apikey=${PLANNAPLAN_CONSUMER_KEY}
|
|
|
|
plannaplan.apisecret=${PLANNAPLAN_CONSUMER_SECRET}
|
|
|
|
|
2020-12-04 16:16:10 +01:00
|
|
|
security.require-ssl=true
|
|
|
|
server.ssl.key-store=/keys/keystore.p12
|
|
|
|
server.ssl.key-store-password=
|
|
|
|
server.ssl.keyStoreType=PKCS12
|
2020-12-20 16:44:30 +01:00
|
|
|
server.ssl.keyAlias=tomcat
|