docs: Minor wording updates to config template
- Change 'your' to 'our' for music library path - Simplify deployment wording
This commit is contained in:
parent
0909c323ad
commit
3a7fb4b223
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue