Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.20 KB | None | 0 0
  1. {
  2.   "info": {
  3.     "id": "batch"
  4.   },
  5.   "mysqlBudgetMetricsPublisher": {
  6.     "aggregatingJDBCPersistence": {
  7.       "host": "mysql-griffin.nv.prod.bidmotion.com",
  8.       "port": "3306",
  9.       "factoryClass": "com.hydrane.common.db.factory.MySqlConnectionFactory",
  10.       "user": "griffin",
  11.       "pass": "griffinpass",
  12.       "name": "griffin"
  13.     }
  14.   },
  15.   "aerospikeBudgetMetricsPublisher": {
  16.     "aerospikeBudgetStorageBean": {
  17.       "budgetKeyValueManager": "com.hydrane.common.net.aerospike.AerospikeManager",
  18.       "namespaceName": "griffin-budgets",
  19.       "tableName": "budgetStorage",
  20.       "timeoutMs": "5000",
  21.       "clusterSpecification": "i-05116a496fe8fd8e7.nv.prod.bidmotion.com:3000,i-0525a54a4c7d1bf89.nv.prod.bidmotion.com:3000,i-0f88f4bc8395c6723.nv.prod.bidmotion.com:3000",
  22.       "dataCentre": {
  23.         "current": "nv",
  24.         "all": [
  25.           "de",
  26.           "nv"
  27.         ]
  28.       }
  29.     }
  30.   },
  31.   "redshiftBudgetMetricsPublisher": {
  32.     "dao": {
  33.       "host": "prod-redshift-shared-v2.cydga62rq8ko.us-east-1.redshift.amazonaws.com",
  34.       "port": "5439",
  35.       "name": "griffin_reports",
  36.       "user": "griffin",
  37.       "pass": "4WHM9xnqChH7X8mh22m7Ts98mkKC9P"
  38.     }
  39.   }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement