ports/net/rabbitmq/files/rabbitmq-env.conf

12 lines
392 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
# I am a complete ${SYSCONFDIR}/rabbitmq/rabbitmq-env.conf file.
# Comment lines start with a hash character.
# This is a /bin/sh script file - use ordinary envt var syntax
# NODENAME=hare
# needed by rabbitmqctl to pick up auth token
HOME=~_rabbitmq
# Comment out both lines to have epmd listen on all interfaces
export ERL_EPMD_ADDRESS=127.0.0.1
export RABBITMQ_NODENAME=rabbit@localhost