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

Change defaults for Icecast config paths

parent ee6d211e
No related branches found
No related tags found
1 merge request!1v2.0
Pipeline #5490 passed
......@@ -38,8 +38,8 @@ var (
lbSpec = flag.String("lb-policy", "listeners_available,listeners_score,weighted", "Load balancing rules specification (see godoc documentation for details)")
nameservers = flag.String("nameservers", "", "Comma-separated list of name servers (not IPs) for the zone specified in --domain")
icecastConfigPath = flag.String("icecast-config", "/etc/icecast2/icecast.xml", "Icecast configuration file")
icecastAdminPwPath = flag.String("icecast-pwfile", "/etc/icecast2/.admin_pw", "Path to file with Icecast admin password")
icecastConfigPath = flag.String("icecast-config", "/var/lib/autoradio/icecast.xml", "Icecast configuration file")
icecastAdminPwPath = flag.String("icecast-pwfile", "/var/lib/autoradio/.admin_pw", "Path to file with Icecast admin password")
sessionTTL = 5
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment