mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 19:42:11 +02:00
9 lines
211 B
Bash
Executable file
9 lines
211 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Add standard config items
|
|
cat <<END >>$RIAK_CONF
|
|
nodename = riak@$HOST
|
|
distributed_cookie = $CLUSTER_NAME
|
|
listener.protobuf.internal = $HOST:$PB_PORT
|
|
listener.http.internal = $HOST:$HTTP_PORT
|
|
END
|