Skip to content

Commit

Permalink
Enable bigcommerce on staging
Browse files Browse the repository at this point in the history
  • Loading branch information
macifell committed Mar 26, 2024
1 parent c7ba9ec commit 4f9431b
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 @@ -77,6 +77,6 @@ config :recognizer, Recognizer.BigCommerce,
login_uri: recognizer_config["BIGCOMMERCE_LOGIN_URI"],
logout_uri: recognizer_config["BIGCOMMERCE_LOGOUT_URI"],
http_client: HTTPoison,
enabled?: false
enabled?: true

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

0 comments on commit 4f9431b

Please sign in to comment.