Sha256: d56b6128a26f36979d9891deb546924753c6d396b7ecf1ce9e5be13d0e65fb7a
Contents?: true
Size: 621 Bytes
Versions: 2
Compression:
Stored size: 621 Bytes
Contents
# source database URL # database URLs take the format of: # postgres://user:password@host:port/dbname # we recommend a command which outputs a database URL # so sensitive information is not included in this file from: $(some_command) # destination database URL to: postgres://localhost:5432/myapp_development # exclude tables # exclude: # - schema_migrations # - ar_internal_metadata # define groups # groups: # group1: # - table1 # - table2 # protect sensitive information data_rules: email: unique_email phone: unique_phone last_name: random_letter birthday: random_date encrypted_*: null
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pgsync-0.4.2 | config.yml |
pgsync-0.4.1 | config.yml |