mirror of
https://github.com/unraid/api.git
synced 2026-01-09 10:10:45 -06:00
chore: web .env.example
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -84,3 +84,4 @@ deploy/*
|
||||
.cache
|
||||
.output
|
||||
.env*
|
||||
!.env.example
|
||||
4
web/.env.example
Normal file
4
web/.env.example
Normal file
@@ -0,0 +1,4 @@
|
||||
VITE_ACCOUNT=https://localhost:8008
|
||||
VITE_CONNECT=https://connect.myunraid.net
|
||||
VITE_UNRAID_NET=https://unraid.ddev.site
|
||||
VITE_CALLBACK_KEY=aNotSoSecretKeyUsedToObfuscateQueryParams
|
||||
Reference in New Issue
Block a user