Files
Cursor Agent 5fe6469d4a Separate Loop Library website code into loop-library/
Move the website (site shell, Worker, scripts, audits) under a dedicated
loop-library/ directory so it is clearly separated from the installable Loopy
skill, which stays in skills/loopy/. Update CI, .gitignore, the repository
check script, and maintainer docs to the new paths.

Co-authored-by: mberman84 <mberman84@users.noreply.github.com>
2026-06-27 14:45:53 +00:00

12 lines
591 B
Plaintext

TURNSTILE_SITE_KEY=1x00000000000000000000AA
TURNSTILE_SECRET_KEY=1x0000000000000000000000000000000AA
TURNSTILE_HOSTNAMES=localhost,127.0.0.1,dummy-key-pass
HERENOW_API_KEY=replace-with-a-development-api-key
HERENOW_SITE_SLUG=replace-with-a-development-site-slug
LOOP_PUBLISH_TOKEN=replace-with-a-long-random-publishing-token
SESSION_SECRET=replace-with-at-least-32-random-characters
GITHUB_OAUTH_CLIENT_ID=replace-with-a-github-oauth-client-id
GITHUB_OAUTH_CLIENT_SECRET=replace-with-a-github-oauth-client-secret
OAUTH_CALLBACK_ORIGIN=https://signals.forwardfuture.ai
VOTING_UI_ENABLED=true