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

Allow to change application environment by ENV #2065

Open
s3tezsky opened this issue Oct 8, 2020 · 0 comments
Open

Allow to change application environment by ENV #2065

s3tezsky opened this issue Oct 8, 2020 · 0 comments

Comments

@s3tezsky
Copy link
Contributor

s3tezsky commented Oct 8, 2020

What is happening

When #2055 is merged, there should be easier to use ENV variable APP_ENV to change application environment. It will be important to find all ocurences and connected stuff (#1615 may help with implementation).

In current state there needs to be a file (DEVELOPMENT, TEST or PROD) and changing the environment in a different way is not possible.

Expected result

We want to have possibility to override it by passing APP_ENV into application. Fallback to current state shoul be kept (for case there is not the ENV set).

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

No branches or pull requests

3 participants