-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OPHJOD-129: Parannetaan lokaalin ympäristön env-tiedostoja ja dokumen…
…taatiota
- Loading branch information
Showing
4 changed files
with
17 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
DEV_VIRKAILIJA_URL=https://virkailija.testiopintopolku.fi | ||
# Kehityksessä käytettyjä ympäristömuuttujia. | ||
# Älä muuta arvoja tähän tiedostoon, vaan kopioi tämä tiedosto samaan hakemistoon nimelle .env.development.local ja ylikirjoita arvoja siellä | ||
# Proxytaan kaikki pyynnöt tänne paitsi / and /kouta/* kun ajetaan 'npm run start' | ||
DEV_VIRKAILIJA_URL=https://virkailija.testiopintopolku.fi | ||
|
||
# Käytä lokaalia kouta-backend-instanssia (ylikirjoittaa osittain DEV_VIRKAILIJA_URL:n) | ||
#KOUTA_BACKEND_URL=http://localhost:8099 | ||
|
||
# Käytetäänkö xstate-inspectoria (xstate-tilakoneiden visualisointi/debuggaustyökalu) | ||
#VITE_XSTATE_INSPECTOR=true |