diff options
| author | Caine <caine@jihakuz.xyz> | 2026-03-07 12:56:44 +0000 |
|---|---|---|
| committer | Caine <caine@jihakuz.xyz> | 2026-03-07 12:56:44 +0000 |
| commit | c007b565ae302565ba47807964bdfc1d69722f9e (patch) | |
| tree | c362727f3bfa67928f53416673bf4dde161559b2 /track_announce.liq | |
| parent | 01682c62c2c9ea2f7f498544ee3aaa299c0c2423 (diff) | |
Move Icecast password to secrets.liq, remove from tracked files
Diffstat (limited to 'track_announce.liq')
| -rwxr-xr-x | track_announce.liq | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/track_announce.liq b/track_announce.liq index 8aac476..d93b2f5 100755 --- a/track_announce.liq +++ b/track_announce.liq @@ -67,7 +67,7 @@ output.icecast( %mp3(bitrate=192), host="localhost", port=8910, - password="REDACTED", + password=icecast_password, mount="/stream", name="Radio Susan", description="Personal radio station", |
