From d7a0b82dc2b8b047825e1c51d50dd41138f313ed Mon Sep 17 00:00:00 2001 From: Aron Atkins Date: Fri, 14 Jun 2024 08:10:46 -0400 Subject: [PATCH] revert server.address --- __tests__/rstudio-connect.test.gcfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/rstudio-connect.test.gcfg b/__tests__/rstudio-connect.test.gcfg index d4987b6..a6d82cb 100644 --- a/__tests__/rstudio-connect.test.gcfg +++ b/__tests__/rstudio-connect.test.gcfg @@ -4,7 +4,7 @@ DataDir = /data EmailProvider = print DatabaseEmailSettings = true -Address = http://localhost:23939 +Address = http://127.0.0.1:23939 [Authentication] Provider = password