Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: load environment-files #11

Merged
merged 2 commits into from
Jul 9, 2024
Merged

Conversation

sitepark-veltrup
Copy link
Member

It is now possible to specify an env.file in the extra.atoolo.runtime configuration. The environment variables are then loaded. The impetus for this extension are the proxy environment variables such as http_proxy which are often contained in the /etc/environment file and can thus be made available to PHP in a uniform way to CLI, FPM and supervisor PHP workers.

@sitepark-veltrup sitepark-veltrup self-assigned this Jul 9, 2024
Copy link

codecov bot commented Jul 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (60d1039) to head (ad8fa5f).

Additional details and impacted files
@@             Coverage Diff             @@
##                main       #11   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity        83        97   +14     
===========================================
  Files              9        10    +1     
  Lines            311       359   +48     
===========================================
+ Hits             311       359   +48     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sitepark-veltrup sitepark-veltrup merged commit d839334 into main Jul 9, 2024
3 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