From a115c17a096fe6ac868a28ca9c8678a7318e09a6 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 24 Aug 2023 16:00:45 -0700 Subject: bskyweb: switch from PDS backend to AppView backend (#1065) * bskyweb: replace PDS with AppView (no auth) * bskyweb: update example .env files for appview --- bskyweb/example.dev.env | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bskyweb/example.dev.env') diff --git a/bskyweb/example.dev.env b/bskyweb/example.dev.env index 921963b5e..69674ba0c 100644 --- a/bskyweb/example.dev.env +++ b/bskyweb/example.dev.env @@ -1,4 +1,2 @@ GOLOG_LOG_LEVEL=info -ATP_PDS_HOST=http://localhost:2583 -ATP_AUTH_HANDLE="admin.test" -ATP_AUTH_PASSWORD="admin" +ATP_APPVIEW_HOST=http://localhost:2584 -- cgit 1.4.1