chore: add mercury

This commit is contained in:
xuu
2024-01-22 16:00:58 -07:00
parent b1cc2af8d8
commit 87ec157e5a
36 changed files with 4916 additions and 2 deletions

24
config.mercury Normal file
View File

@@ -0,0 +1,24 @@
# mercury.source [handler] [name]
@mercury.source.sql.local
# match [priority] [pattern...]
match :100 *
dbtype :postgres
user :mercury_user
password :exception-reflection-pool-harvest
dbname :mercury
search_path :public
host :localhost
port :5432
sslmode :disable
@mercury.source.sql.remote
# match [priority] [pattern...]
match :200 *
dbtype :postgres
user :phoenix_user
password :exception-reflection-pool-harvest
dbname :sourisdb
search_path :phoenix
host :172.22.141.171
port :5432
sslmode :disable