module Gitlab::Configuration

def self.extended(base)

when this module is extended.
Sets all configuration options to their default values
def self.extended(base)
  base.reset
end