mirror of
https://github.com/Forward-Future/loopy.git
synced 2026-09-22 05:33:01 +08:00
5fe6469d4a
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>
12 lines
591 B
Plaintext
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
|