diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-10-07 13:04:03 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-10-07 16:03:28 +0300 |
| commit | b0db0e55c0c400bc948a4934b0e4fddfbfdcca51 (patch) | |
| tree | 0d29e8015178a0eaa52e9f821ad243c5435da99f /.env.sample | |
| parent | fe57e4996ec79267dffd77e503ef8164eceea229 (diff) | |
Rewrite to run as a traditional script, update deps
Diffstat (limited to '.env.sample')
| -rw-r--r-- | .env.sample | 4 |
1 files changed, 2 insertions, 2 deletions
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= |
