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