diff options
author | amshegokar <AS00500801@techmahindra.com> | 2018-09-11 20:20:27 +0530 |
---|---|---|
committer | amshegokar <AS00500801@techmahindra.com> | 2018-09-11 20:20:27 +0530 |
commit | f67bc2db9676c54192a019852594a29f33816534 (patch) | |
tree | 2d69c0e8997c691d774ae9b97a3460b0cc29392e /snmpmapper/src | |
parent | 1b2bb4255e73f7b2f98035724aa243b825b8162d (diff) |
Security vulnerabilities identified in CLM scan
Mapper: security vulnerabilities identified in CLM scan
Change-Id: I2b977e99e4ad6d1aae24e0d441da6002c28ab0ac
Issue-ID: DCAEGEN2-769
Signed-off-by: amshegokar <AS00500801@techmahindra.com>
Diffstat (limited to 'snmpmapper/src')
-rw-r--r-- | snmpmapper/src/main/resources/application.properties | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/snmpmapper/src/main/resources/application.properties b/snmpmapper/src/main/resources/application.properties index cf4f33c..2121542 100644 --- a/snmpmapper/src/main/resources/application.properties +++ b/snmpmapper/src/main/resources/application.properties @@ -1,7 +1,12 @@ server.port=9090 -spring.datasource.url=jdbc:postgresql://10.49.16.19:5432/dummy -spring.datasource.username=postgres +#spring.datasource.url=jdbc:postgresql://10.49.16.19:5432/dummy +#spring.datasource.username=postgres +#spring.datasource.password=root + +spring.datasource.url=jdbc:postgresql://10.53.172.129:5432/dummy +spring.datasource.username=ngpuser 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 |