Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ale
autoradio
Commits
25107e12
Commit
25107e12
authored
Oct 17, 2015
by
ale
Browse files
minor fix
parent
eaded178
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/autoradio.default
View file @
25107e12
...
...
@@ -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}"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment