Ugochukwu Ezekwem
Ugochukwu Ezekwem

Reputation: 1

Random text prefixed to App::environment() for laravel app in production

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

Answers (0)

Related Questions