config/brillo-example.yml in brillo-2.0.0 vs config/brillo-example.yml in brillo-2.1.0
- old
+ new
@@ -1,7 +1,8 @@
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