Sha256: 787e596f359b06350c527e4166b525bcd95ca39529a78748a4fa8cc77ee4e9ef

Contents?: true

Size: 762 Bytes

Versions: 18

Compression:

Stored size: 762 Bytes

Contents

name: my-app          # Namespace the scrubbed file will occupy
## Optional configuration (with defaults shown)
# compress: true      # Enables gzip on scrub and ungzip on load
#
# obfuscations:
#   user.name: name   # Scrub table.field with scrubber (see Brillo::SCRUBBERS for choices)
transfer:
  # enabled: true     # Disable to skip transferring to and from S3, running purely locally
  # bucket: database-scrubs
  # region: us-west-2 # Override to change the region to somewhere nearer you
explore:
  user:               # Name of ActiveRecord class in snake_case
    tactic: all       # Scrubbing tactic to use (see Brillo:TACTICS for choices)
    associations:     # Associations to include in the scrub (ALL associated records included)
      - comments

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
brillo-2.0.0 config/brillo-example.yml
brillo-2.0.0.rc4 config/brillo-example.yml
brillo-2.0.0.rc3 config/brillo-example.yml
brillo-2.0.0.rc2 config/brillo-example.yml
brillo-2.0.0.rc1 config/brillo-example.yml
brillo-1.3.1 config/brillo-example.yml
brillo-1.3.1.pre1 config/brillo-example.yml
brillo-1.3.0 config/brillo-example.yml
brillo-1.2.2 config/brillo-example.yml
brillo-1.2.1 config/brillo-example.yml
brillo-1.2.0 config/brillo-example.yml
brillo-1.1.4 config/brillo-example.yml
brillo-1.1.4.pre2 config/brillo-example.yml
brillo-1.1.4.pre1 config/brillo-example.yml
brillo-1.1.3 config/brillo-example.yml
brillo-1.1.2 config/brillo-example.yml
brillo-1.1.1 config/brillo-example.yml
brillo-1.1.0 config/brillo-example.yml