aboutsummaryrefslogtreecommitdiffstats
path: root/snmpmapper/src/main/resources/application.properties
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-08-20 17:37:42 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-20 17:37:42 +0000
commit94a172b3f692efdf6faf46f02c002a6dc91eaa31 (patch)
tree3eb52b2d78e970df43a5640d42a5b8c7c4217465 /snmpmapper/src/main/resources/application.properties
parentc17ce648ecc3453df8754b936f2b344f13f6dc65 (diff)
parent7cb9a25a7e32bcf141a5ad8f8ab1af0ed6064a99 (diff)
Merge "Modified snmpmapper"
Diffstat (limited to 'snmpmapper/src/main/resources/application.properties')
-rw-r--r--snmpmapper/src/main/resources/application.properties13
1 files changed, 11 insertions, 2 deletions
diff --git a/snmpmapper/src/main/resources/application.properties b/snmpmapper/src/main/resources/application.properties
index bee02d9..cf4f33c 100644
--- a/snmpmapper/src/main/resources/application.properties
+++ b/snmpmapper/src/main/resources/application.properties
@@ -1,2 +1,11 @@
-fileService.rootPath=D:/configFiles
-server.port=8888 \ No newline at end of file
+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
+