[bug]: Rabbit password variable in plane.env doesn't work (RABBITMQ_PASSWORD) #6540
Open
1 task done
Labels
🐛bug
Something isn't working
Is there an existing issue for this?
Current behavior
When I change value in plane.env for
RABBITMQ_PASSWORD
to non-default value, "Waiting for API Service to Start" goes into loop.Expectation: Startup should complete.
It seems like there is no way to change the default passwords in .env file, and only defaults can be used.
Steps to reproduce
AMQP_URL=amqp://${RABBITMQ_USER}:${RABBITMQ_PASSWORD}@${RABBITMQ_HOST}:${RABBITMQ_PORT}/${RABBITMQ_VHOST}
(similar to what's described in issue: [bug]: variable in plane.env doesn't work (POSTGRES_PASSWORD, SECRET_KEY) #4749 to see if that fixes it).New error shows, similar to error in issue 4749
Environment
Production
Browser
Mozilla Firefox
Variant
Self-hosted
Version
v0.24.1
The text was updated successfully, but these errors were encountered: