From cf3a005bc00b8b3d51b1a91034afb1cc4718853f Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Sat, 25 Nov 2023 18:33:38 -0500 Subject: [PATCH] Remove configure of cloud and use default config --- examples/cloud/forked.rb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/examples/cloud/forked.rb b/examples/cloud/forked.rb index 5f4c2b71e..0dbaec5a5 100644 --- a/examples/cloud/forked.rb +++ b/examples/cloud/forked.rb @@ -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.