forked from konfuzio-ai/document-validation-ui
-
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.
Merge pull request konfuzio-ai#235 from konfuzio-ai/10879-details-link
Add customizable document details link
- Loading branch information
Showing
6 changed files
with
33 additions
and
24 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 |
---|---|---|
|
@@ -7,16 +7,19 @@ VUE_APP_DOCUMENT_IMAGES_URL= | |
# Document id to fetch and show on the app | ||
VUE_APP_DOCUMENT_ID= | ||
|
||
# Link to the document details page; if empty there will be no details link | ||
VUE_APP_DOCUMENT_DETAILS_URL= | ||
|
||
# User token to access API endpoints that require authentication | ||
VUE_APP_GUEST_USER_TOKEN= | ||
|
||
# SENTRY_DSN and ENVIRONMENT e.g. "https://[email protected]/1234567"; can be left empty | ||
VUE_APP_SENTRY_DSN= | ||
VUE_APP_SENTRY_ENVIRONMENT= | ||
VUE_APP_SENTRY_ENVIRONMENT= | ||
|
||
# translations default lang | ||
VUE_APP_I18N_LOCALE= | ||
VUE_APP_I18N_FALLBACK_LOCALE= | ||
|
||
# Path to app's list of documents if it exists | ||
VUE_APP_DOCUMENTS_LIST_PATH= | ||
VUE_APP_DOCUMENTS_LIST_PATH= |
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
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
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