Skip to content

Commit

Permalink
Remove configure of cloud and use default config
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Nov 25, 2023
1 parent 92454ef commit cf3a005
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions examples/cloud/forked.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@
require 'bundler/setup'
require 'flipper/cloud'

Flipper.configure do |config|
config.default {
Flipper::Cloud.new(
local_adapter: config.adapter,
# debug_output: STDOUT,
)
}
end

puts Process.pid

# Make a call in the parent process so we can detect forking.
Expand Down

0 comments on commit cf3a005

Please sign in to comment.