# File lib/camping/server.rb, line 119 119: def default_options 120: super.merge({ 121: :Port => 3301, 122: :database => Options::DB 123: }) 124: end