aboutsummaryrefslogtreecommitdiffstats
path: root/snmpmapper/src/main/resources/application.properties
diff options
context:
space:
mode:
authorBharathS24 <BS00493532@techmahindra.com>2018-08-20 17:47:05 +0530
committerBharathS24 <BS00493532@techmahindra.com>2018-08-20 17:47:05 +0530
commit7cb9a25a7e32bcf141a5ad8f8ab1af0ed6064a99 (patch)
tree2560145d3fc9758c746fa3375ebed122278956ad /snmpmapper/src/main/resources/application.properties
parent1463aaab6db65130de04d84a68fd9331a1c0caa9 (diff)
Modified snmpmapper
Now snmpmapper is using DB(postgres) to save mapping file Issue-ID: DCAEGEN2-338 Change-Id: Ifdf173f7b405463005a96f76dee2558a291548e6 Signed-off-by: BharathS24 <BS00493532@techmahindra.com>
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
+