udpate
This commit is contained in:
18
.env.example
18
.env.example
@@ -1,4 +1,18 @@
|
||||
# App Configuration
|
||||
VITE_ADMIN_PIN=1234
|
||||
VITE_APP_TITLE=Dongho Kim
|
||||
VITE_APP_TITLE=Dongho Kim Gallery
|
||||
VITE_APP_DESCRIPTION=My Photo Journey
|
||||
VITE_APP_TITLE=Dongho Kim Gallery
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user