Select Git revision
application.properties
application.properties 1.17 KiB
server.port=8181
# H2
#spring.datasource.driverClassName=org.hsqldb.jdbcDriver
#spring.datasource.url=jdbc:hsqldb:mem:mydb
#spring.datasource.username=SA
#spring.datasource.password=
#spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
# MySQL
#spring.datasource.url=jdbc:mysql://localhost:3306/test
#spring.datasource.username=dbuser
#spring.datasource.password=dbpass
#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
#spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect
# MARIADB
#spring.datasource.url=jdbc:mariadb://localhost:3306/MOZEN_DB
#spring.datasource.username=mozen_user
#spring.datasource.password=1234
#spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
#spring.jpa.hibernate.ddl-auto=update
# DOCKER + MARIADB
spring.datasource.url=jdbc:mariadb://mozen_mariadb:3306/MOZEN_DB
spring.datasource.username=mozen_user
spring.datasource.password=1234
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
spring.jpa.hibernate.ddl-auto=update
spring.servlet.multipart.max-file-size=10GB
spring.servlet.multipart.max-request-size=10GB
spring.jackson.serialization.fail-on-empty-beans=false
spring.content.fs.filesystem-root=data