diff options
Diffstat (limited to 'templates/icecast2/ices-playlist.xml.j2')
-rw-r--r-- | templates/icecast2/ices-playlist.xml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/icecast2/ices-playlist.xml.j2 b/templates/icecast2/ices-playlist.xml.j2 index ae9a6be..89fc4c9 100644 --- a/templates/icecast2/ices-playlist.xml.j2 +++ b/templates/icecast2/ices-playlist.xml.j2 @@ -27,7 +27,7 @@ <instance> <hostname>localhost</hostname> <port>8000</port> - <password>password</password> + <password>{{ random_password }}</password> <mount>/stream</mount> <yp>0</yp> <reconnectdelay>60</reconnectdelay> |