diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-11-21 22:30:47 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-11-21 23:27:30 -0800 |
| commit | 22714994d2b7cfa238c8b2d54a3639cd6417e9b6 (patch) | |
| tree | dc7036309fbb35376f452f44e33bfbe9c2e18c61 /.env.template | |
| parent | a7347217899fb7a3addcee58a9fbee4a0c07ff57 (diff) | |
scaffold implementation for remote sqlite db
Diffstat (limited to '.env.template')
| -rw-r--r-- | .env.template | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
