docs: Minor wording updates to config template

- Change 'your' to 'our' for music library path
- Simplify deployment wording
This commit is contained in:
glenneth 2025-11-03 05:30:50 +03:00
parent 0909c323ad
commit 3a7fb4b223
1 changed files with 2 additions and 2 deletions

View File

@ -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