class Falcon::Configuration

def initialize

Initialize an empty configuration.
def initialize
	@environments = {}
end