-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add the possibility to disable visualize
- Loading branch information
Showing
3 changed files
with
9 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
VITE_OIDC_ISSUER= | ||
# When VITE_OIDC_ENABLED equals "false" we switch on mocked implem | ||
# When VITE_OIDC_ENABLED equals false we switch on mocked implem, so by default OIDC is ENABLED | ||
VITE_OIDC_ENABLED= | ||
VITE_OIDC_CLIENT_ID= | ||
VITE_PORTAIL_URL= | ||
VITE_API_URL= | ||
# When VITE_VISUALIZE_DISABLED equals true we disable visualize route. | ||
VITE_VISUALIZE_DISABLED= |
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