diff --git a/config.template.env b/config.template.env index bf65cdb..8ed030c 100644 --- a/config.template.env +++ b/config.template.env @@ -1,5 +1,5 @@ # Asteroid Radio Configuration Template -# Copy this file to .env and customize for your deployment +# Copy this file to .env and customize for deployment # # SECURITY NOTE: Never commit .env files with real passwords to git! @@ -12,7 +12,7 @@ ASTEROID_SERVER_PORT=8080 # Path to music library directory # If not set, defaults to music/library/ in the asteroid directory -ASTEROID_MUSIC_PATH=/path/to/your/music/library +ASTEROID_MUSIC_PATH=/path/to/our/music/library # ============================================================================ # ICECAST STREAMING CONFIGURATION