Files
claude c098933f25
Sync course wiki / sync-wiki (push) Successful in 4s
De-slop: remove every em-dash + banned words across all modules + capstone (#94)
Co-authored-by: claude <claude@jpaul.io>
Co-committed-by: claude <claude@jpaul.io>
2026-06-22 23:21:22 -04:00

17 lines
683 B
Bash

# .env.example: the TEMPLATE you DO commit.
#
# This file documents which variables the app needs, with no real values. Teammates (and the
# next AI session) copy it to a real `.env`, fill in the secrets, and never commit that copy.
#
# cp .env.example .env # then edit .env with real values
#
# The real `.env` is gitignored (see the lab). This template is safe to commit precisely
# because it contains no secrets.
# Which environment this process is running as: dev | staging | prod.
# Selects the backend URL (and which secret you're expected to supply).
APP_ENV=dev
# The backend API key. NEVER put a real value here in the committed template.
TASKS_API_KEY=replace-me