Skip to content

Commit 5f5b530

Browse files
committed
now adding comments
1 parent e2a23b7 commit 5f5b530

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.env.example

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ PACKAGE_NAME=org.yourname.appname
77
# API key - Your MentraOS developer API key from the MentraOS Developer Console (never commit the key to source control)
88
MENTRAOS_API_KEY=your_api_key_here
99

10-
# Frontend audio URL - Audio file URL for the React app (optional, defaults to /assets/audio/one_more_time.mp3)
10+
# Use Vite dev server (set to 'true' for local development, remove or set to 'false' for production)
11+
USE_VITE_DEV=true
12+
1113
# Vite requires VITE_ prefix for frontend environment variables
1214
VITE_AUDIO_URL=NGROK_LINK_HERE/assets/audio/one_more_time.mp3

0 commit comments

Comments
 (0)