From d72fb3fe6bac8d8447222a07f6e7e4372ea63a9a Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 7 Feb 2025 16:12:22 +0100 Subject: [PATCH] fix: changed localhost to 127.0.0.1 --- dev/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev/config.yml b/dev/config.yml index 78e76ee55..e1a851a55 100644 --- a/dev/config.yml +++ b/dev/config.yml @@ -1,5 +1,5 @@ general: - public_url: http://localhost:8080 + public_url: http://127.0.0.1:8080 api_key: some_secret_api_key secret_key: some_secret_key @@ -25,7 +25,7 @@ liquidsoap: stream: inputs: main: - public_url: https://localhost:8001/main + public_url: https://127.0.0.1:8001/main mount: main port: 8001 secure: true @@ -45,7 +45,7 @@ stream: - <<: *default_icecast_output enabled: true mount: main.ogg - public_url: https://localhost:8443/main.ogg + public_url: https://127.0.0.1:8443/main.ogg audio: format: ogg bitrate: 256 @@ -53,7 +53,7 @@ stream: - <<: *default_icecast_output enabled: true mount: main.opus - public_url: https://localhost:8443/main.opus + public_url: https://127.0.0.1:8443/main.opus audio: format: opus bitrate: 256 @@ -61,7 +61,7 @@ stream: - <<: *default_icecast_output enabled: true mount: main.mp3 - public_url: https://localhost:8443/main.mp3 + public_url: https://127.0.0.1:8443/main.mp3 audio: format: mp3 bitrate: 256