Skip to content

Commit cc73628

Browse files
author
Jan Šidlo
committed
Fix RabbitMQ README
The RabbitMQ plugin sets the `$RABBITMQ_CONFIG_FILES` environment variable, not `$RABBITMQ_CONFIG_FILE`, as shown in `rabbitmq/plugin.json:6`.[1] Both variables are documented in the official RabbitMQ Environment Variables guide.[2] [1] https://github.com/jetify-com/devbox-plugins/blob/4aab8235eb412ff6997900969aed64158c4497c8/rabbitmq/plugin.json#L6 [2] https://www.rabbitmq.com/docs/relocate#environment-variables
1 parent 4aab823 commit cc73628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rabbitmq/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This plugin creates the following helper files:
3232

3333
This plugin sets the following environment variables:
3434

35-
* **RABBITMQ_CONFIG_FILE** = {{.DevboxDir}}/conf.d
35+
* **RABBITMQ_CONFIG_FILES** = {{.DevboxDir}}/conf.d
3636
* **RABBITMQ_MNESIA_BASE** = {{.Virtenv}}/mnesia
3737
* **RABBITMQ_ENABLED_PLUGINS_FILE** = {{.DevboxDir}}/conf.d/enabled_plugins
3838
* **RABBITMQ_LOG_BASE** = {{.Virtenv}}/log

0 commit comments

Comments
 (0)