fix: changed localhost to 127.0.0.1

This commit is contained in:
Michael 2025-02-07 16:12:22 +01:00
parent 8d94b43d76
commit d72fb3fe6b
1 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
general: general:
public_url: http://localhost:8080 public_url: http://127.0.0.1:8080
api_key: some_secret_api_key api_key: some_secret_api_key
secret_key: some_secret_key secret_key: some_secret_key
@ -25,7 +25,7 @@ liquidsoap:
stream: stream:
inputs: inputs:
main: main:
public_url: https://localhost:8001/main public_url: https://127.0.0.1:8001/main
mount: main mount: main
port: 8001 port: 8001
secure: true secure: true
@ -45,7 +45,7 @@ stream:
- <<: *default_icecast_output - <<: *default_icecast_output
enabled: true enabled: true
mount: main.ogg mount: main.ogg
public_url: https://localhost:8443/main.ogg public_url: https://127.0.0.1:8443/main.ogg
audio: audio:
format: ogg format: ogg
bitrate: 256 bitrate: 256
@ -53,7 +53,7 @@ stream:
- <<: *default_icecast_output - <<: *default_icecast_output
enabled: true enabled: true
mount: main.opus mount: main.opus
public_url: https://localhost:8443/main.opus public_url: https://127.0.0.1:8443/main.opus
audio: audio:
format: opus format: opus
bitrate: 256 bitrate: 256
@ -61,7 +61,7 @@ stream:
- <<: *default_icecast_output - <<: *default_icecast_output
enabled: true enabled: true
mount: main.mp3 mount: main.mp3
public_url: https://localhost:8443/main.mp3 public_url: https://127.0.0.1:8443/main.mp3
audio: audio:
format: mp3 format: mp3
bitrate: 256 bitrate: 256