about summary refs log tree commit diff
path: root/bskyweb/example.dev.env
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2023-03-27 08:16:17 -0700
committerGitHub <noreply@github.com>2023-03-27 10:16:17 -0500
commit2789d5c05647e3d6d6ae5d6e226b4218ed4a16d1 (patch)
treefb266710c9865130c2d10e389c6429802fd8515c /bskyweb/example.dev.env
parent4fbe0e267ccf0adfcdd8b0c66107f1e1717ca31a (diff)
downloadvoidsky-2789d5c05647e3d6d6ae5d6e226b4218ed4a16d1.tar.zst
Basic golang CI setup (#360)
* bskyweb: Makefile and dev env

This matches the setup for local dev testing in atproto and indigo
repos.

* gitignore: don't ignore self and .github/

* CI: golang build+test and lint actions

* bskyweb: better use of godotenv

A recent change from indigo.

* prettier: ignore top-level app.json

* CI: bump from golang 1.19 to 1.20

* bskyweb: update to golang 1.20
Diffstat (limited to 'bskyweb/example.dev.env')
-rw-r--r--bskyweb/example.dev.env4
1 files changed, 4 insertions, 0 deletions
diff --git a/bskyweb/example.dev.env b/bskyweb/example.dev.env
new file mode 100644
index 000000000..921963b5e
--- /dev/null
+++ b/bskyweb/example.dev.env
@@ -0,0 +1,4 @@
+GOLOG_LOG_LEVEL=info
+ATP_PDS_HOST=http://localhost:2583
+ATP_AUTH_HANDLE="admin.test"
+ATP_AUTH_PASSWORD="admin"