13 lines
455 B
Plaintext
13 lines
455 B
Plaintext
# This file is committed to git and should not contain any secrets.
|
|
#
|
|
# Vite recommends using .env.local or .env.[mode].local if you need to manage secrets
|
|
# SEE: https://vite.dev/guide/env-and-mode.html#env-files for more information.
|
|
|
|
|
|
# Default NODE_ENV with vite build --mode=test is production
|
|
NODE_ENV=development
|
|
|
|
# OpenStreetMap OAuth
|
|
VITE_OSM_CLIENT_ID=jIn8l5mT8FZOGYiIYXG1Yvj_2FZKB9TJ1edZwOJPsRU
|
|
VITE_OSM_OAUTH_URL=https://www.openstreetmap.org
|