mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-02 16:37:52 +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
|