meteorhacks / sikka

Sikka - A Firewall for Meteor Apps
MIT License
257 stars 23 forks source link

Issue captcha #13

Closed awrelll closed 9 years ago

awrelll commented 9 years ago

ERROR: Invalid domain for site key

What should i configure to stop getting this ?

arunoda commented 9 years ago

You need to get your own captcha key. Check this: https://github.com/meteorhacks/sikka#human-verification-captcha-support

awrelll commented 9 years ago

I can't seem to find my settings.json, is there another way to configure sikka ? Thanks for your reply!

arunoda commented 9 years ago

You can do it via environment variables. The variable you need to expose is on the doc.

awrelll commented 9 years ago

Sorry, my bad. I did not read the whole documentation. Thanks for your help and patience.