SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
net/rabbitmq/files/rabbitmq-env.conf
Normal file
11
net/rabbitmq/files/rabbitmq-env.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
# 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
|
2
net/rabbitmq/files/rabbitmq.conf
Normal file
2
net/rabbitmq/files/rabbitmq.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
# See ${LOCALBASE}/share/examples/rabbitmq/rabbitmq.conf.example for
|
||||
# available configuration options
|
Loading…
Add table
Add a link
Reference in a new issue