mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
10 lines
211 B
Bash
Executable File
10 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
|