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

app_key should be respected from environment #474

Open
dot-mike opened this issue Dec 4, 2024 · 0 comments
Open

app_key should be respected from environment #474

dot-mike opened this issue Dec 4, 2024 · 0 comments

Comments

@dot-mike
Copy link

dot-mike commented Dec 4, 2024

If the user passes APP_KEY as part of environment variable it should be respected and used, not generating a new one.

APP_KEY=$(artisan key:generate --no-interaction --force --show)

The reason for this is because I want to run another instance on another host for redundancy. I should be able to include the key as part of the environment variable so when it starts it will re-use the key.

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

No branches or pull requests

1 participant