Sha256: 31671523e779e82e06814d50a00fa845418feb94d6a68ae3f5427779fbbbc638
Contents?: true
Size: 489 Bytes
Versions: 56
Compression:
Stored size: 489 Bytes
Contents
default: &defaults push_api_key: "abc" name: "TestApp" production: <<: *defaults active: true development: <<: *defaults active: true test: <<: *defaults endpoint: "http://localhost:3000" debug: true active: true old_config: api_key: "def" active: true ignore_exceptions: - StandardError old_config_mixed_with_new_config: push_api_key: "ghi" api_key: "def" active: true ignore_errors: - NoMethodError ignore_exceptions: - StandardError
Version data entries
56 entries across 56 versions & 1 rubygems