jekuno / milia

Easy multi-tenanting for Rails5 (or Rails4) + Devise
MIT License
341 stars 72 forks source link

Recapcha & ENV Locations #48

Closed and1hof closed 7 years ago

and1hof commented 9 years ago

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.

dsaronin commented 9 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.

and1hof commented 9 years ago

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?

dsaronin commented 9 years ago

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.

jekuno commented 7 years ago

Nothing special to be aware of when using Figaro. :)