diff options
author | amshegokar <AS00500801@techmahindra.com> | 2018-10-10 16:58:13 +0530 |
---|---|---|
committer | amshegokar <AS00500801@techmahindra.com> | 2018-10-10 16:58:13 +0530 |
commit | 8db67259b2b682c403da0cfda8875037e94c60f5 (patch) | |
tree | 2d245a3cc95106db7d585c3ff43636a769561b7e /snmpmapper/src | |
parent | 135b49e2dcce3b817e174fdcec3f92aec2422f74 (diff) |
Readme file and Docker env changes
added readme file and change 1 docker env and also added healthcheck endpoint
Change-Id: I7f737c036f44d749d885cdb49fc63710ae0aefc7
Issue-ID: DCAEGEN2-335
Signed-off-by: amshegokar <AS00500801@techmahindra.com>
Diffstat (limited to 'snmpmapper/src')
-rw-r--r-- | snmpmapper/src/main/resources/application.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snmpmapper/src/main/resources/application.properties b/snmpmapper/src/main/resources/application.properties index c9d1255..fb923aa 100644 --- a/snmpmapper/src/main/resources/application.properties +++ b/snmpmapper/src/main/resources/application.properties @@ -3,8 +3,8 @@ server.port=8080 #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.url=jdbc:postgresql://10.53.172.138:5432/postgres +spring.datasource.username=postgres spring.datasource.password=root spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true |