``` ruby class Registry < Fuguta::Configuration param :adapter, :default => "redis" param :host, :default => '127.0.0.1' param :port, :default => 6379 end ``` Even when the 'port' is changed in the common.conf file it still uses the default port number.