for omniuath-twiiter i want to set multiple developers accounts But i am not able set enviroment variable at run time
Please Help
for omniuath-twiiter i want to set multiple developers accounts But i am not able set enviroment variable at run time
Please Help
you can add the id and secret into config file like
config.yml
and ignore theconfig.yml
in.gitignore
, track aconfig.example.yml
file to make every developers easy to use.and config
omniuath-twiiter
just use params in config.yml viaSettingslogic
gem , it is easy to use, put the code into a file inconfig/initializers/
then config the omniauth like below:
that's it