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

REDIS_PREFIX empty not working #26

@rroblik

Description

@rroblik

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions