mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-30 16:36:29 +01:00
10 lines
211 B
Bash
10 lines
211 B
Bash
|
#!/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
|