Sha256: 99a949dc29f762394ad3ab25eec0608093d0c0d6dbc6aa64e7460ecf2b5c5f6c
Contents?: true
Size: 770 Bytes
Versions: 15
Compression:
Stored size: 770 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 # # we *highly recommend* you use sslmode=verify-full when possible # see https://ankane.org/postgres-sslmode-explained for more info from: $(some_command)?sslmode=require # destination database URL to: postgres://localhost:5432/myapp_development # exclude tables %{exclude} # define groups # groups: # group1: # - table1 # - table2 # sync specific schemas # schemas: # - public # protect sensitive information data_rules: email: unique_email phone: unique_phone last_name: random_letter birthday: random_date encrypted_*: null
Version data entries
15 entries across 15 versions & 1 rubygems