export CONCERT_TITLE="My streaming concert" export ARTIST_NAME="Just me" export HOSTNAME="icecast.example.org" export PORT="1234" export SOURCE_PASSWORD="secret-S0URC3-passwd" export STREAM_MOUNTPOINT="/stream.ogg" export FALLBACK_MOUNTPOINT="/greeting.ogg" export AUDIO_FILE="/path/to/waiting_music.ogg" export ADMIN_USERNAME="admin" export ADMIN_PASSWORD="@dmin-P4SSW0RD"