diff options
author | bnewbold <bnewbold@robocracy.org> | 2023-08-24 16:00:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 16:00:45 -0700 |
commit | a115c17a096fe6ac868a28ca9c8678a7318e09a6 (patch) | |
tree | bda6dc49032b08af30cf9b787d0aac8e46540f42 /bskyweb/example.dev.env | |
parent | 766521486c2e328f822c4f9823a5d495e265cab6 (diff) | |
download | voidsky-a115c17a096fe6ac868a28ca9c8678a7318e09a6.tar.zst |
bskyweb: switch from PDS backend to AppView backend (#1065)
* bskyweb: replace PDS with AppView (no auth) * bskyweb: update example .env files for appview
Diffstat (limited to 'bskyweb/example.dev.env')
-rw-r--r-- | bskyweb/example.dev.env | 4 |
1 files changed, 1 insertions, 3 deletions
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 |