Girl Scout Cookie tracking app with Express/SQLite API and React/Vite client. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
211 B
Plaintext
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
|