aboutsummaryrefslogtreecommitdiffstats
path: root/snmpmapper/src/main/resources/application.properties
blob: cf4f33c8fb23bdc4cc7a1c80225a32647a114bd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
server.port=9090
spring.datasource.url=jdbc:postgresql://10.49.16.19:5432/dummy
spring.datasource.username=postgres
spring.datasource.password=root
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults=false
spring.servlet.multipart.enabled=true
spring.servlet.multipart.max-file-size=1MB
spring.servlet.multipart.max-request-size=10MB
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect