From b0db0e55c0c400bc948a4934b0e4fddfbfdcca51 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 7 Oct 2025 13:04:03 +0300 Subject: Rewrite to run as a traditional script, update deps --- .env.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.env.sample') diff --git a/.env.sample b/.env.sample index 3c7bc48..e0e4e42 100644 --- a/.env.sample +++ b/.env.sample @@ -1,6 +1,6 @@ PORT=3000 SHEETS_SPREADSHEET_ID= SHEETS_RANGE= -TELEGRAM_WEBHOOK_URL=https://hommabot2.jan.systems/webhook/telegram TELEGRAM_BOT_TOKEN= -PG_CONNECTION_URI=postgresql://postgres:postgres@localhost/postgres +G_SA_JSON_B64= +SQLITE_PATH= -- cgit v1.3