Claire
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
config/initializers/stoplight.rb
|
@ -1,4 +1,4 @@ |
|
|
require 'stoplight' |
|
|
require 'stoplight' |
|
|
|
|
|
|
|
|
Stoplight::Light.default_data_store = Stoplight::DataStore::Redis.new(Redis.current) |
|
|
|
|
|
|
|
|
Stoplight::Light.default_data_store = Stoplight::DataStore::Redis.new(RedisConfiguration.new.connection) |
|
|
Stoplight::Light.default_notifiers = [Stoplight::Notifier::Logger.new(Rails.logger)] |
|
|
Stoplight::Light.default_notifiers = [Stoplight::Notifier::Logger.new(Rails.logger)] |