cookie-tracker/.env.example
adamp b0e4e977c1 Initial commit: cookie-tracker
Girl Scout Cookie tracking app with Express/SQLite API and React/Vite client.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 17:48:42 -06:00

7 lines
211 B
Plaintext

PORT=3002
DATABASE_PATH=./data/cookies.db
# Authentication (optional). If APP_PASSWORD is not set, the app runs without login.
APP_PASSWORD=your_password_here
APP_SECRET=long_random_string_for_signing_sessions