Update example .env to use database for keys storage

Given recent conversations on how the database will be the preferred (or sole) method in a future release, start by updating the example env
This commit is contained in:
Alessandro (Ale) Segala
2025-11-10 07:17:38 -08:00
committed by GitHub
parent 42b872d6b2
commit 419b7613ee
2 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@@ -25,6 +25,7 @@ Thumbs.db
.env.*
!.env.development-example
!.env.test
!.env.example
# Vite
vite.config.js.timestamp-*