Last active
February 17, 2018 10:12
-
-
Save MoienTajik/056aaf6b6b850d37a5f3c245ab1b78c3 to your computer and use it in GitHub Desktop.
Using Google reCAPTCHA in ASP.NET MVC - Site Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public static class SiteSettings | |
{ | |
public const string GoogleRecaptchaSecretKey = "6Lea1EYUAAAAACn3pDs7EL8msJh0h0KgH-ajakZ_"; | |
public const string GoogleRecaptchaSiteKey = "6Lea1EYUAAAAAHvvT5xIFXt1UknyKUf1C1w5Ko77"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment