ODP-AppVehOwnServer/server/resources/application.properties

28 lines
716 B
Properties

spring.profiles.active=@profiles.active@
spring.datasource.username=@mysql.user@
spring.datasource.password=@mysql.password@
#Mongo Db
spring.data.mongodb.host=@mongo.host@
spring.data.mongodb.port=@mongo.port@
spring.data.mongodb.database=@mongo.database@
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
spring.datasource.hikari.maximum-pool-size=100
server.port=8081
spring.datasource.hikari.auto-commit=true
jwt.header=Authorization
jwt.secret=mySecret
jwt.expiration=604800
spring.data.rest.basePath=/api
server.servlet.context-path=/api
spring.main.allow-circular-references=true
spring.servlet.multipart.max-file-size=128KB
spring.servlet.multipart.max-request-size=128KB