Sha256: bb287fcfba431ad7b76cbc3452952f4448e91b688f43e793c47ad007faf59630

Contents?: true

Size: 857 Bytes

Versions: 1

Compression:

Stored size: 857 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
# recreate_db: true   # Dump structures and migrations on scrub and recreated database 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

1 entries across 1 versions & 1 rubygems

Version Path
brillo-2.1.0 config/brillo-example.yml