From 22714994d2b7cfa238c8b2d54a3639cd6417e9b6 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 21 Nov 2025 22:30:47 -0800 Subject: scaffold implementation for remote sqlite db --- .env.template | 3 +++ 1 file changed, 3 insertions(+) (limited to '.env.template') diff --git a/.env.template b/.env.template index bef2005..4ea5b80 100644 --- a/.env.template +++ b/.env.template @@ -6,3 +6,6 @@ GOOGLE_TRANSLATE_API_KEY= KV_REST_API_TOKEN= KV_REST_API_URL= FIREBASE_SERVICE_ACCOUNT_JSON_PATH=serviceAccount.json + +SQLITE_DB="news.db" # leave empty to use local sqlite3 (news.db), otherwise provide a libsql compatible URL or path to a local .db +REMOTE_AUTH_TOKEN= # only used if remote_db -- cgit v1.2.3