mirror of
https://github.com/dpup/meshstream.git
synced 2026-03-28 17:42:37 +01:00
9 lines
356 B
Plaintext
9 lines
356 B
Plaintext
# Example environment variables for the Meshstream web client
|
|
# Copy this file to .env.local and fill in your values
|
|
|
|
# Development environment variables
|
|
VITE_API_BASE_URL="http://localhost:8080"
|
|
VITE_APP_ENV="development"
|
|
|
|
# Get one at: https://developers.google.com/maps/documentation/javascript/get-api-key
|
|
VITE_GOOGLE_MAPS_API_KEY=OVERRIDE_IN_LOCAL_ENV |