1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-pgsync

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
config.yml 770
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Andrew Kane Отправлено 08.06.2020 02:35 cc0ffc9
# 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

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-pgsync.git
git@api.gitlife.ru:oschina-mirror/mirrors-pgsync.git
oschina-mirror
mirrors-pgsync
mirrors-pgsync
master