chore: add mercury
This commit is contained in:
24
config.mercury
Normal file
24
config.mercury
Normal 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
|
||||
Reference in New Issue
Block a user