Skip to content

Commit 8f215e3

Browse files
committed
env files weren't committed
1 parent faef15f commit 8f215e3

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

ui/.env.development

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ASSET_PREFIX=https://review.neuralmagic.com/guidellm-ui/dev/_next
2+
BASE_PATH=/guidellm-ui/dev
3+
NEXT_PUBLIC_USE_MOCK_DATA=false
4+
NEXT_PUBLIC_USE_MOCK_API=true

ui/.env.production

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ASSET_PREFIX=https://neuralmagic.github.io/guidellm-ui
2+
NEXT_PUBLIC_USE_MOCK_DATA=false
3+
NEXT_PUBLIC_USE_MOCK_API=true

ui/.env.staging

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ASSET_PREFIX=https://staging.guidellm.neuralmagic.com
2+
NEXT_PUBLIC_USE_MOCK_DATA=false
3+
NEXT_PUBLIC_USE_MOCK_API=true

ui/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ yarn-debug.log*
3030
yarn-error.log*
3131
.pnpm-debug.log*
3232

33-
# env files (can opt-in for committing if needed)
34-
.env*
33+
# local env files
34+
.env*.local
3535

3636
# vercel
3737
.vercel

0 commit comments

Comments
 (0)