mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 04:22:25 +09:00
12 lines
591 B
Plaintext
12 lines
591 B
Plaintext
# This is the api prefix used in the useFetch composable function.
|
|
# The default value point to the json-server, which is started in the same time as
|
|
# the dev server is started (see package.json "dev" script)
|
|
# @see /src/composable/useFetch.ts
|
|
# @see /json-server/db.json
|
|
# @see /json-server/config.json
|
|
VITE_API_BASE_URL=http://localhost:8080
|
|
|
|
# This is the mapbox api used for the map applications
|
|
# @see /src/pages/sidebar/maps-1.vue
|
|
# @see /src/pages/sidebar/maps-2.vue
|
|
VITE_MAPBOX_ACCESS_TOKEN=pk.eyJ1IjoiY3NzbmluamEiLCJhIjoiY2toZW1nYm0zMDAxODJycXFzZ3g4cnZ6diJ9.9ebfrGREuwkauRr_afDTgA |