Add .env file
This means I don't always have to specify the secrets on the command line.
This commit is contained in:
parent
2146def609
commit
1e58dd5c6f
2 changed files with 5 additions and 0 deletions
3
.env.example
Normal file
3
.env.example
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
VITE_NAVIDROME_USER=chandler
|
||||||
|
VITE_NAVIDROME_PASSWORD=password
|
||||||
|
VITE_NAVIDROME_URL=https://music.chandlerswift.com
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -22,3 +22,5 @@ dist-ssr
|
||||||
*.njsproj
|
*.njsproj
|
||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
|
|
||||||
|
.env
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue