mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-19 22:15:01 +09:00
first
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user