# File lib/standalone_migrations/configurator.rb, line 29
    def self.environments_config
      proxy = InternalConfigurationsProxy.new(load_configurations)
      yield(proxy) if block_given?
    end