This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Description
Dear,
When using empty REDIS_PREFIX env var (in case of you don't have any prefix) is NOT working when entrypoint script generate the /app/laravel-echo-server.json file.
That's because of use of sed :
|
sed -i "s|REDIS_PREFIX|${REDIS_PREFIX:-laravel_database_}|i" /app/laravel-echo-server.json |
Must be fixed, thanks.