Sha256: 549b3d15ed2a690a25c97ded972c74c680ca6d57ab88e0293c56f9f384436f06
Contents?: true
Size: 1.2 KB
Versions: 13
Compression:
Stored size: 1.2 KB
Contents
# ----------------------------------------------------------------------------- # Rackamole Test rack configuration file # ----------------------------------------------------------------------------- # ----------------------------------------------------------------------------- # Shared configuration defaults: &defaults :moleable: true :app_name: TestApp :user_key: :user_name :twitter: :username: bumblebtuna :password: secret :alert_on: - <%= Rackamole.perf %> :email: :from: Bozo@acme.com :to: - 'fernand@acme.com' :alert_on: - <%= Rackamole.fault %> # ----------------------------------------------------------------------------- # development: <<: *defaults :perf_threshold: 2 # ----------------------------------------------------------------------------- # Turn mole off in test test: :moleable: false # ----------------------------------------------------------------------------- # Use mongo based store in production env production: <<: *defaults :perf_threshold: 5 :store: !ruby/object:Rackamole::Store::MongoDb host: fred port: 10 db_name: mole_fred_production
Version data entries
13 entries across 13 versions & 1 rubygems