Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ docker/dibbs-ecr-viewer/ecr-viewer.bak
docker/dibbs-query-connectory/.env
docker/dibbs-query-connectory/query-connectory.wizard.env
docker/dibbs-query-connectory/query-connectory.env.bak

.idea
1 change: 1 addition & 0 deletions dibbs-ecr-viewer/dibbs-ecr-viewer-wizard.sh.home
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ auth() {
check_var AUTH_ISSUER
check_var NEXTAUTH_URL "URL for the eCR Viewer application authentication: http(s)://(DOMAIN||IP:PORT)/ecr-viewer/api/auth/"
check_var NEXTAUTH_SECRET "Generate a random secret using: openssl rand -base64 32"
check_var AUTH_SESSION_DURATION_MIN "The duration, in minutes, before auto-sign out occurs. If no value is set defaults to 30 min"
}

aws() {
Expand Down