mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-21 10:36:52 +00:00
Add a way to specify backend URL
This commit is contained in:
parent
b5fb75e82d
commit
f8813411ae
1 changed files with 4 additions and 1 deletions
|
@ -2,4 +2,7 @@
|
|||
VITE_CLIENT_ID=
|
||||
|
||||
# OpenRouteService API key. Create one at OpenRouteService dev dashboard > Tokens
|
||||
VITE_OPENROUTESERVICE_API_KEY=
|
||||
VITE_OPENROUTESERVICE_API_KEY=
|
||||
|
||||
# Specify backend URL here
|
||||
VITE_BACKEND_URL=
|
Loading…
Reference in a new issue