Add .env file

This means I don't always have to specify the secrets on the command line.
This commit is contained in:
Chandler Swift 2026-02-11 19:35:20 -06:00
parent 2146def609
commit 1e58dd5c6f
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
2 changed files with 5 additions and 0 deletions

3
.env.example Normal file
View file

@ -0,0 +1,3 @@
VITE_NAVIDROME_USER=chandler
VITE_NAVIDROME_PASSWORD=password
VITE_NAVIDROME_URL=https://music.chandlerswift.com

2
.gitignore vendored
View file

@ -22,3 +22,5 @@ dist-ssr
*.njsproj
*.sln
*.sw?
.env