From 3a7fb4b2234d7777eb231f2a43fd68304883c1eb Mon Sep 17 00:00:00 2001 From: glenneth Date: Mon, 3 Nov 2025 05:30:50 +0300 Subject: [PATCH] docs: Minor wording updates to config template - Change 'your' to 'our' for music library path - Simplify deployment wording --- config.template.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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