Reputation: 1
I have a Laravel web app and I call App::environment()
in the code to build indexes for elasticsearch. It works fine locally, but in production it seems to have a random string is prepended to the value.
The Laravel web app is running on aws via Laravel vapor
called App::environment().
expecting "production"
got "Ep9rE9bZ0fproduction"
Upvotes: 0
Views: 38