diff options
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 |