mirror of
https://github.com/unraid/api.git
synced 2026-05-03 05:31:19 -05:00
chore: ignore all .env unless force tracked and align example with production
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
VITE_ACCOUNT=http://localhost:5555
|
||||
VITE_ACCOUNT=https://account.unraid.net
|
||||
VITE_CONNECT=https://connect.myunraid.net
|
||||
VITE_UNRAID_NET=https://unraid.ddev.site
|
||||
VITE_OS_RELEASES="https://releases.unraid.net/os"
|
||||
|
||||
+2
-1
@@ -1,2 +1,3 @@
|
||||
.env.*
|
||||
!.env.staging
|
||||
.env.production
|
||||
!.env.example
|
||||
|
||||
Reference in New Issue
Block a user