Skip to content

Commit

Permalink
fix: expose Config#lookup_ip_country_backend
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Jun 27, 2023
1 parent 3259b74 commit 8473337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/authie/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Config
attr_accessor :browser_id_cookie_name
attr_accessor :session_token_length
attr_accessor :extend_session_expiry_on_touch
attr_accessor :ip_lookup
attr_accessor :lookup_ip_country_backend

def initialize
@session_inactivity_timeout = 12.hours
Expand Down

0 comments on commit 8473337

Please sign in to comment.