From c92c26927524964e0343ee88b292c622192041cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Jovanovi=C4=87?= Date: Thu, 10 Sep 2026 13:03:34 +0200 Subject: [PATCH] add environment example --- .eng.example | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .eng.example diff --git a/.eng.example b/.eng.example new file mode 100644 index 0000000..fd20250 --- /dev/null +++ b/.eng.example @@ -0,0 +1,16 @@ +# generate this in Settings/API/Create API Key +ST_API_KEY= + +# secret for webhook, generate with openssl rand -hex 32 +WEBHOOK_SECRET= + +# set eligible appointment types for the action, comma-separated (for example, senate, recall) +ELIGIBLE_APPOINTMENTS=s + +# location of SQLite database file +DB_PATH=worker.db + + +# set this to 0 to write to Solidarity Tech's API, default is to keep it read_only +DRY_RUN=1 +