We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb4c9a commit ffabf9bCopy full SHA for ffabf9b
.gitignore
@@ -1,2 +1,3 @@
1
/_build
2
erl_crash.dump
3
+/deps
config/config.exs
@@ -2,6 +2,6 @@ use Mix.Config
config :recaptcha, :api_config,
4
%{ verify_url: "https://www.google.com/recaptcha/api/siteverify",
5
- public_key: "YOUR PUBLIC KEY",
6
- private_key: "YOUR PRIVATE KEY"
+ public_key: "YOUR_PUBLIC_KEY",
+ private_key: "YOUR_PRIVATE_KEY"
7
}
0 commit comments