From f5e90209b99a1002d22e6734eff56f66b2d4f4fc Mon Sep 17 00:00:00 2001 From: pavelbannov Date: Thu, 16 Apr 2020 16:49:24 +0300 Subject: [PATCH] Files: fixed configs --- config/appsettings.test.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" : "", } } }