SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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

View file

@ -0,0 +1,2 @@
# See ${LOCALBASE}/share/examples/rabbitmq/rabbitmq.conf.example for
# available configuration options