From 71621072f8e6548e6a2ef158949e26f560e228cc Mon Sep 17 00:00:00 2001 From: mdatelle Date: Tue, 22 Jul 2025 12:38:01 -0400 Subject: [PATCH] chore: update example andn remove env.production from tracking --- web/.env.example | 2 ++ web/.env.production | 4 ---- web/.gitignore | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 web/.env.production diff --git a/web/.env.example b/web/.env.example index 69dbf7e82..32211af01 100644 --- a/web/.env.example +++ b/web/.env.example @@ -14,3 +14,5 @@ VITE_WEBGUI=http://localhost:3001 VITE_CSRF_TOKEN="0000000000000000" # Flag for mocking a user session during development via an unsecure cookie VITE_MOCK_USER_SESSION=true +# Get the license key from of of the devs +NUXT_UI_PRO_LICENSE= diff --git a/web/.env.production b/web/.env.production deleted file mode 100644 index 4452aa6b8..000000000 --- a/web/.env.production +++ /dev/null @@ -1,4 +0,0 @@ -VITE_ACCOUNT=https://account.unraid.net -VITE_CONNECT=https://connect.myunraid.net -VITE_UNRAID_NET=https://unraid.net -VITE_CALLBACK_KEY=Uyv2o8e*FiQe8VeLekTqyX6Z*8XonB diff --git a/web/.gitignore b/web/.gitignore index c1e4a69db..ab008d4e9 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -1,2 +1,2 @@ !.env.staging -!.env.production \ No newline at end of file +.env.production \ No newline at end of file