diff options
author | bnewbold <bnewbold@robocracy.org> | 2023-12-18 19:31:48 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 19:31:48 +0400 |
commit | 0c47f6dc988efbd49907855ea0e9e165d50700ca (patch) | |
tree | 3052dedcaea1d04cc640be1dea880c9adf855bea /bskyweb/example.env | |
parent | b942da162a24f1192bcbcf6755570d14f253d118 (diff) | |
download | voidsky-0c47f6dc988efbd49907855ea0e9e165d50700ca.tar.zst |
bskyweb: update golang indigo dep (from May!), and some small devex tweaks (#2227)
* bskyweb: update deps to current indigo * bskyweb: refactor handles to flatten control flow, and update to current indigo * go Makefile: remove --debug (not working) * bskyweb: default to public appview API instance * make: do internationalization build as part of build-web
Diffstat (limited to 'bskyweb/example.env')
-rw-r--r-- | bskyweb/example.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bskyweb/example.env b/bskyweb/example.env index f8a45d7fc..80adc1555 100644 --- a/bskyweb/example.env +++ b/bskyweb/example.env @@ -1,2 +1,2 @@ GOLOG_LOG_LEVEL=info -ATP_APPVIEW_HOST=https://api.bsky.app +ATP_APPVIEW_HOST=https://public.api.bsky.app |