18 lines
615 B
Plaintext
18 lines
615 B
Plaintext
# App Configuration
|
|
VITE_ADMIN_PIN=1234
|
|
VITE_APP_TITLE=Dongho Kim Gallery
|
|
VITE_APP_DESCRIPTION=My Photo Journey
|
|
|
|
# Navidrome Music Player Configuration
|
|
# Your Navidrome server URL (without trailing slash)
|
|
VITE_NAVIDROME_URL=https://navidrome.example.com
|
|
|
|
# Your Navidrome username
|
|
VITE_NAVIDROME_USERNAME=d-username
|
|
|
|
# Your Navidrome password (or use token authentication - see docs)
|
|
VITE_NAVIDROME_PASSWORD=your-password
|
|
|
|
# Playlist ID (find it in the URL when viewing a playlist in Navidrome)
|
|
# Example: https://navidrome.example.com/app/playlist/abc123 -> use "abc123"
|
|
VITE_NAVIDROME_PLAYLIST_ID=your-playlist-id |