Skip to content

Commit

Permalink
Deprecate auto_logout_time config
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed May 25, 2020
1 parent b00eefa commit 89b4cb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions config/alchemy/config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
# == This is the global Alchemy configuration file
#

# === Auto Log Out Time
#
# The amount of time of inactivity in minutes after which the user is kicked out of his current session.
#
# NOTE: This is only active in production environments
#
auto_logout_time: 30

# === Redirect Options
#
# redirect_to_public_child [Boolean] # Alchemy redirects to the first public child page found, if a page is not visible.
Expand Down
1 change: 1 addition & 0 deletions lib/alchemy/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def deprecated_configs
{
url_nesting: true,
require_ssl: nil,
auto_logout_time: nil,
}
end

Expand Down

0 comments on commit 89b4cb6

Please sign in to comment.