diff --git a/config/appsettings.test.json b/config/appsettings.test.json index e93ced57ee..78fdb969bf 100644 --- a/config/appsettings.test.json +++ b/config/appsettings.test.json @@ -31,9 +31,9 @@ "header": "AuthorizationJwt" }, "url": { - "public" : "/ds-vpath/", - "internal" : "http://172.18.0.2/", - "portal" : "http://172.18.0.4/", + "public" : "https://dotnet.onlyoffice.com:8093", + "internal" : "", + "portal" : "", } } }