aboutsummaryrefslogtreecommitdiff
path: root/config/test.exs
blob: 18aed6e487934d20d7c6745755855062ae4bb1ea (plain)
1
2
3
4
5
6
use Mix.Config

config :recaptcha,
  http_client: Recaptcha.Http.MockClient,
  secret: "test_secret",
  public_key: "test_public_key"