add metrics_test db for recruitments copy
This commit is contained in:
parent
a94ca71159
commit
2d64008e6a
3 changed files with 27 additions and 7 deletions
|
|
@ -120,5 +120,25 @@
|
|||
"name" : "DB_SUBPOENA_PASSWORD",
|
||||
"value" : "Encrypted 2be98afc86aa7f2e4b11ba562feabf7eb",
|
||||
"description" : ""
|
||||
} ]
|
||||
},{
|
||||
"name" : "DB_METRICS_HOST",
|
||||
"value" : "metrics-dbhost",
|
||||
"description" : ""
|
||||
}, {
|
||||
"name" : "DB_METRICS_PORT",
|
||||
"value" : "8888",
|
||||
"description" : ""
|
||||
}, {
|
||||
"name" : "DB_METRICS_NAME",
|
||||
"value" : "metrics-dbname",
|
||||
"description" : ""
|
||||
}, {
|
||||
"name" : "DB_METRICS_USERNAME",
|
||||
"value" : "metrics-user",
|
||||
"description" : ""
|
||||
}, {
|
||||
"name" : "DB_METRICS_PASSWORD",
|
||||
"value" : "Encrypted 2beebdaaa1ac8978aaa54aa72ce93bcc9",
|
||||
"description" : ""
|
||||
} ]
|
||||
}
|
||||
|
|
@ -141,23 +141,23 @@
|
|||
"description" : ""
|
||||
}, {
|
||||
"name" : "DB_METRICS_HOST",
|
||||
"value" : "metrics-dbhost",
|
||||
"value" : "172.30.66.35",
|
||||
"description" : ""
|
||||
}, {
|
||||
"name" : "DB_METRICS_PORT",
|
||||
"value" : "8888",
|
||||
"value" : "5432",
|
||||
"description" : ""
|
||||
}, {
|
||||
"name" : "DB_METRICS_NAME",
|
||||
"value" : "metrics-dbname",
|
||||
"value" : "ervu_business_metrics",
|
||||
"description" : ""
|
||||
}, {
|
||||
"name" : "DB_METRICS_USERNAME",
|
||||
"value" : "metrics-user",
|
||||
"value" : "readonly",
|
||||
"description" : ""
|
||||
}, {
|
||||
"name" : "DB_METRICS_PASSWORD",
|
||||
"value" : "Encrypted 2beebdaaa1ac8978aaa54aa72ce93bcc9",
|
||||
"value" : "Encrypted 2be98afc86aa7f2e4b91caf74d19ca3c3",
|
||||
"description" : ""
|
||||
} ]
|
||||
}
|
||||
|
|
@ -106,7 +106,7 @@
|
|||
<method>none</method>
|
||||
<schema_name/>
|
||||
</partitioning>
|
||||
<connection>metrics_test</connection>
|
||||
<connection>metrics</connection>
|
||||
<execute_each_row>N</execute_each_row>
|
||||
<limit>0</limit>
|
||||
<sql>SELECT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue