Skip to content

docs: add missing runtime configuration keys to env table#816

Open
dee-john wants to merge 1 commit into
MettaChain:mainfrom
dee-john:doc/update-readme-env-table
Open

docs: add missing runtime configuration keys to env table#816
dee-john wants to merge 1 commit into
MettaChain:mainfrom
dee-john:doc/update-readme-env-table

Conversation

@dee-john

Copy link
Copy Markdown

closes #698

Overview

Addresses issue #698 by updating the primary README.md file to include missing environment variable parameters. This ensures that the documentation completely and accurately reflects all keys looked up at runtime by the application's ConfigService.

Changes Implemented

Expanded the markdown configuration table under the ### Environment Variables section to add descriptions, types, and defaults for the following runtime keys:

  • RECAPTCHA_SECRET — Private key for Google reCAPTCHA integrations.
  • CAPTCHA_THRESHOLD — Validation pass score minimum (default: 0.5).
  • BASE_URL — Full root domain URL of the active instance.
  • AVATAR_UPLOAD_DIR — Disk path for profile asset storage.
  • CORS_ORIGINS — Comma-separated list for allowed cross-origin requests.

@drips-wave

drips-wave Bot commented Jun 26, 2026

Copy link
Copy Markdown

@dee-john Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

README env-var table is incomplete — missing runtime config keys

1 participant