Sha256: d0b0f45a9f3a8915f779a2d823fac3a861096cfbbc6c01c5bb8108a3bfadb7a0

Contents?: true

Size: 1.02 KB

Versions: 9

Compression:

Stored size: 1.02 KB

Contents

# This file allows you to override any feature configuration locally without it being committed to git
# It is recommended to use this file only for temporary overrides. Once done, make final change in main .yml

defaults: &defaults

  feature4a: true
  FEATURE1: true
  feature4: true
# Some comment in between features (will get deleted by beautifier)
  feature3: false

  # another comment in between features (will get deleted by beautifier)
  Feature2: true

development:
    # yet another comment in between features (will get deleted by beautifier)
  <<: *defaults
  FEATURE1: true

  feature4a: true
  feature4: true
  feature3: false
  Feature2: true

test:
  <<: *defaults
  FEATURE1: true
  feature4: true

  feature4a: true
  feature3: false
  Feature2: true

staging:
  <<: *defaults
  FEATURE1: true
  feature4: true
  feature3: false

  feature4a: true
  Feature2: true

production:
  <<: *defaults
  FEATURE1: true
  feature4: true
  feature3: false
  Feature2: true

  feature4a: true

    # absolutely deleted by beautifier

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
abstract_feature_branch-1.3.0 spec/fixtures/application_ugly_config_reference/config/features/including_comments.local.yml
abstract_feature_branch-1.2.2 spec/fixtures/application_ugly_config_reference/config/features/including_comments.local.yml
abstract_feature_branch-1.2.1 spec/fixtures/application_ugly_config_reference/config/features/including_comments.local.yml
abstract_feature_branch-1.2.0 spec/fixtures/application_ugly_config_reference/config/features/including_comments.local.yml
abstract_feature_branch-1.1.1 spec/fixtures/application_ugly_config_reference/config/features/including_comments.local.yml
abstract_feature_branch-1.1.0 spec/fixtures/application_ugly_config_reference/config/features/including_comments.local.yml
abstract_feature_branch-1.0.0 spec/fixtures/application_ugly_config_reference/config/features/including_comments.local.yml
abstract_feature_branch-0.9.0 spec/fixtures/application_ugly_config_reference/config/features/including_comments.local.yml
abstract_feature_branch-0.8.0 spec/fixtures/application_ugly_config_reference/config/features/including_comments.local.yml