mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 13:31:06 +00:00
3 lines
108 B
Ruby
3 lines
108 B
Ruby
|
Rails.application.config.middleware.use OmniAuth::Builder do
|
||
|
provider :steam, ENV['STEAM_WEB_API_KEY']
|
||
|
end
|