diff options
-rw-r--r-- | server/src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/main/resources/application.properties b/server/src/main/resources/application.properties index 8d1d98da..b27e3502 100644 --- a/server/src/main/resources/application.properties +++ b/server/src/main/resources/application.properties @@ -20,7 +20,7 @@ spring.http.multipart.max-file-size=512MB spring.http.multipart.max-request-size=512MB ## App DB Properties -spring.datasource.url=jdbc:postgresql://10.21.19.55:5432/uui +spring.datasource.url=jdbc:postgresql://localhost:5432/uui spring.datasource.username=uui spring.datasource.password=uui spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL9Dialect |