Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Commenting out config setting to follow convention.
  • Loading branch information
thomas.larsson committed Jun 22, 2021
commit 3d8e8288184a1d6f05c5959408f46e5362ee8af5
2 changes: 1 addition & 1 deletion datahub-frontend/conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ auth.jaas.enabled = ${?AUTH_JAAS_ENABLED}
# auth.oidc.enabled = false # (or simply omit oidc configurations)

# Login session expiration time
auth.session.ttlInHours = ${?AUTH_SESSION_TTL_HOURS}
# auth.session.ttlInHours = ${?AUTH_SESSION_TTL_HOURS}


analytics.enabled = ${?DATAHUB_ANALYTICS_ENABLED}
Expand Down