Skip to content
Snippets Groups Projects
Commit 25107e12 authored by ale's avatar ale
Browse files

minor fix

parent eaded178
Branches
No related tags found
No related merge requests found
......@@ -10,9 +10,9 @@
#INTERFACE="--interface=eth0"
# Set the etcd servers to connect to (default: localhost:2379).
#ETCD_SERVER=""
#ETCD_SERVER="--etcd-servers=localhost:2379"
# Additional options that are passed to specific daemons.
#RADIOD_OPTIONS="--bwlimit=1000"
RADIOD_OPTIONS="${PUBLIC_IP} ${INTERFACE}"
REDIRECTORD_OPTIONS="${PUBLIC_IP} ${DOMAIN}"
RADIOD_OPTIONS="${ETCD_SERVER} ${PUBLIC_IP} ${INTERFACE}"
REDIRECTORD_OPTIONS="${ETCD_SERVER} ${PUBLIC_IP} ${DOMAIN}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment