Skip to content

feat: Environment Variables Reslotion #279

Merged
usernane merged 22 commits intodevfrom
feat-env-vars
Feb 17, 2026
Merged

feat: Environment Variables Reslotion #279
usernane merged 22 commits intodevfrom
feat-env-vars

Conversation

@usernane
Copy link
Member

@usernane usernane commented Feb 17, 2026

Summary

Add support for environment variables fetch under configuration using the syntax env:<val>

Motivation

This would enhance the security of the application by keeping secrets in another place rather than having them under source.

Changes

This pull request has following changes:

  • Json Config Driver
  • Class Config Driver

How to test / verify

Describe testing approach, if it uses unit tests, integration or manual.

  • Unit tests

Breaking changes

  • No breaking changes
  • Yes (describe + migration notes below)

Migration notes (required if breaking)

Not Applicable

Checklist

  • My commits follow Conventional Commits
  • The title of the pull request follow Conventional Commits
  • I added/updated tests (or explained why not)
  • I updated docs (if needed)
  • I ran lint/cs-fixer (if applicable)
  • I considered backward compatibility and security

Related issues

This pull request will close following issues:
Not Applicable

@usernane usernane changed the base branch from main to dev February 17, 2026 21:12
@usernane usernane merged commit 4c40c32 into dev Feb 17, 2026
1 of 2 checks passed
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.

1 participant

Comments