diff options
Diffstat (limited to 'UniversalVesAdapter/src/main/resources/application.properties')
-rw-r--r-- | UniversalVesAdapter/src/main/resources/application.properties | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/UniversalVesAdapter/src/main/resources/application.properties b/UniversalVesAdapter/src/main/resources/application.properties index c2dec51..c940da4 100644 --- a/UniversalVesAdapter/src/main/resources/application.properties +++ b/UniversalVesAdapter/src/main/resources/application.properties @@ -8,11 +8,11 @@ mapperConfig.file=../UniversalVesAdapter/src/main/resources/MapperConfig.json dmaap.mr_props=DMaapMR.properties #DEV Machine DB Details -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.49.16.19:5432/dummy +#spring.datasource.username=postgres +#spring.datasource.password=root #Lab Details -#spring.datasource.url=jdbc:postgresql://10.53.172.129:5432/dummy -#spring.datasource.username=ngpuser -#spring.datasource.password=root
\ No newline at end of file +spring.datasource.url=jdbc:postgresql://10.53.172.129:5432/dummy +spring.datasource.username=ngpuser +spring.datasource.password=root
\ No newline at end of file |