# Copy to `.env` for local runs. Read at startup, never compiled in, so edits
# take effect on the next run rather than the next rebuild.
# Single quotes, not double: dotenv expands $VAR inside double quotes, and a
# CurseForge key is bcrypt-shaped ($2a$10$...), so double quotes silently eat
# most of it and you get a 403 with an empty body.
# A key set here wins over `secrets.cf-api-key` in a .sculk file. If you would
# rather keep one key for every pack on the machine, put it in the global
# .sculk instead -- see the README.
CF_API_KEY='your-curseforge-api-key'