Skip to content

Commit 6079ffb

Browse files
author
mdatelle
committed
chore: update example andn remove env.production from tracking
1 parent bb082bf commit 6079ffb

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

web/.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ VITE_WEBGUI=http://localhost:3001
1414
VITE_CSRF_TOKEN="0000000000000000"
1515
# Flag for mocking a user session during development via an unsecure cookie
1616
VITE_MOCK_USER_SESSION=true
17+
# Get the license key from of of the devs
18+
NUXT_UI_PRO_LICENSE=

web/.env.production

Lines changed: 0 additions & 4 deletions
This file was deleted.

web/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
!.env.staging
2-
!.env.production
2+
.env.production

0 commit comments

Comments
 (0)