Skip to content

Commit

Permalink
enable bc redirect (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-s76 authored Nov 4, 2024
1 parent 2b63c17 commit 285a7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/releases.exs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ config :recognizer, Recognizer.BigCommerce,
login_path: recognizer_config["BIGCOMMERCE_LOGIN_PATH"],
logout_path: recognizer_config["BIGCOMMERCE_LOGOUT_PATH"],
http_client: HTTPoison,
enabled?: false
enabled?: true

config :recognizer, Recognizer.Accounts, cache_expiry: recognizer_config["ACCOUNT_CACHE_EXPIRY_SECONDS"]

Expand Down

0 comments on commit 285a7ef

Please sign in to comment.