forked from blcham/record-manager-ui
-
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.
[New] Add .env configuration for keycloak authorization example
- Loading branch information
Showing
3 changed files
with
13 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
RECORD_MANAGER_API_URL=http://localhost:1235/record-manager/services/record-manager-server | ||
RECORD_MANAGER_APP_TITLE=Record Manager | ||
RECORD_MANAGER_DEV_SERVER_PORT=3000 | ||
RECORD_MANAGER_PROD_SERVER_PORT=8080 | ||
RECORD_MANAGER_LANGUAGE=cs | ||
RECORD_MANAGER_NAVIGATOR_LANGUAGE=true | ||
RECORD_MANAGER_BASENAME=/ | ||
RECORD_MANAGER_EXTENSIONS=supplier | ||
RECORD_MANAGER_AUTHENTICATION=oidc | ||
RECORD_MANAGER_AUTH_SERVER_URL=http://localhost:1235/record-manager/services/auth/realms/record-manager | ||
RECORD_MANAGER_AUTH_CLIENT_ID=record-manager |
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