32 lines
1.4 KiB
INI
Executable File
32 lines
1.4 KiB
INI
Executable File
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
|
|
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}
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
spring.jpa.open-in-view=true
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
spring.jackson.serialization.fail-on-empty-beans=false
|
|
spring.main.allow-bean-definition-overriding=true
|
|
spring.jackson.default-property-inclusion = NON_NULL
|
|
logging.level.io.swagger.models.parameters.AbstractSerializableParameter=ERROR
|
|
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
|
|
server.port=1285
|
|
|
|
plannaplan.email = ${PLANNAPLAN_EMAIL}
|
|
plannaplan.dev = false
|
|
plannaplan.frontendUrl= https://wmi.plannaplan.pl
|
|
plannaplan.apiurl = https://usosapidemo.amu.edu.pl
|
|
plannaplan.apikey=${PLANNAPLAN_CONSUMER_KEY}
|
|
plannaplan.apisecret=${PLANNAPLAN_CONSUMER_SECRET}
|
|
|
|
security.require-ssl=true
|
|
server.ssl.key-store=/keys/keystore.p12
|
|
server.ssl.key-store-password=
|
|
server.ssl.keyStoreType=PKCS12
|
|
server.ssl.keyAlias=tomcat
|