Closed and1hof closed 7 years ago
Environment variable are part of your operating system environment. The document gives examples for a linux system. Recaptcha is disabled via the config/initializers/milia.rb file.
On Sun Jan 25 2015 at 11:38:44 AM Andrew Hoffman notifications@github.com wrote:
Hello,
I couldn't seem to find where the option to disable Recapcha was. Also, I didn't find the location of the ENV variables in the documenation. I assumed maybe an application.yml?
Any help appreciated.
— Reply to this email directly or view it on GitHub https://github.com/dsaronin/milia/issues/48.
Oh, sounds good to me.
Is there anything I should be aware of if I want to use a gem like Figaro for ENV variables?
I don't know anything about Figaro. Whatever you do, however, the variables need to be accessible from within the app as ENV[ variable-name ]. On Sun Jan 25 2015 at 3:03:44 PM Andrew Hoffman notifications@github.com wrote:
Oh, sounds good to me.
Is there anything I should be aware of if I want to use a gem like Figaro for ENV variables?
— Reply to this email directly or view it on GitHub https://github.com/dsaronin/milia/issues/48#issuecomment-71398627.
Nothing special to be aware of when using Figaro. :)
Hello,
I couldn't seem to find where the option to disable Recapcha was. Also, I didn't find the location of the ENV variables in the documenation. I assumed maybe an application.yml?
Any help appreciated.