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