contao / manager-bundle

[READ-ONLY] Contao Manager Bundle
GNU Lesser General Public License v3.0
17 stars 10 forks source link

Replace the access-key API command with generic dot-env commands #69

Closed aschempp closed 6 years ago

aschempp commented 6 years ago

This allows the Contao Manager (and other API tools) to write all environment variables. Necessary to be able to e.g. add trusted proxies (#68).

FYI, changing/removing existing commands is intended and that's what the API version is for.

aschempp commented 6 years ago

@leofeyer is this on track to be merged? I think it still makes sense regardless if we have other .env parameters yet.

leofeyer commented 6 years ago

It has the "tests missing" label on it, so …

aschempp commented 6 years ago

Tests added and successful 😎

leofeyer commented 6 years ago

Thank you @aschempp.