Sha256: d167b7405b1cad94d4910cbeca17ce0a68d7ba1c61e8249be9940da4400c028d
Contents?: true
Size: 639 Bytes
Versions: 6
Compression:
Stored size: 639 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: $(heroku config:get DATABASE_URL) # 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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
pgsync-0.4.0 | config.yml |
pgsync-0.3.9 | config.yml |
pgsync-0.3.8 | config.yml |
pgsync-0.3.7 | config.yml |
pgsync-0.3.6 | config.yml |
pgsync-0.3.5 | config.yml |