diff --git a/apps/daedalus_client/.env.example b/apps/daedalus_client/.env.example deleted file mode 100644 index 9aac220ad..000000000 --- a/apps/daedalus_client/.env.example +++ /dev/null @@ -1,15 +0,0 @@ -RUST_LOG=warn,daedalus_client=trace - -BASE_URL=http://localhost:9000/meta - -CONCURRENCY_LIMIT=10 - -S3_ACCESS_TOKEN=none -S3_SECRET=none -S3_URL=http://localhost:9000 -S3_REGION=path-style -S3_BUCKET_NAME=meta - -CLOUDFLARE_INTEGRATION=false -CLOUDFLARE_TOKEN=none -CLOUDFLARE_ZONE_ID=none \ No newline at end of file diff --git a/apps/labrinth/.env.example b/apps/labrinth/.env similarity index 96% rename from apps/labrinth/.env.example rename to apps/labrinth/.env index dfafb0d77..ebd34d643 100644 --- a/apps/labrinth/.env.example +++ b/apps/labrinth/.env @@ -76,7 +76,7 @@ TREMENDOUS_API_KEY=none TREMENDOUS_PRIVATE_KEY=none TREMENDOUS_CAMPAIGN_ID=none -TURNSTILE_SECRET=none +HCAPTCHA_SECRET=none SMTP_USERNAME=none SMTP_PASSWORD=none @@ -88,8 +88,9 @@ SITE_VERIFY_EMAIL_PATH=none SITE_RESET_PASSWORD_PATH=none SITE_BILLING_PATH=none -BEEHIIV_PUBLICATION_ID=none -BEEHIIV_API_KEY=none +SENDY_URL=none +SENDY_LIST_ID=none +SENDY_API_KEY=none ANALYTICS_ALLOWED_ORIGINS='["http://127.0.0.1:3000", "http://localhost:3000", "https://modrinth.com", "https://www.modrinth.com", "*"]'