24 lines
592 B
Plaintext
24 lines
592 B
Plaintext
# 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 |