fix typo in integration/database_conf.json.
parent
fd45c9255b
commit
87a68beb59
|
@ -7,7 +7,7 @@
|
||||||
"retentionPolicy": "90d",
|
"retentionPolicy": "90d",
|
||||||
"shardDuration": "7d",
|
"shardDuration": "7d",
|
||||||
"regex": "/.*/",
|
"regex": "/.*/",
|
||||||
"replicatonFactor": 1,
|
"replicationFactor": 1,
|
||||||
"split": 1
|
"split": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -15,9 +15,9 @@
|
||||||
"retentionPolicy": "7d",
|
"retentionPolicy": "7d",
|
||||||
"shardDuration": "1d",
|
"shardDuration": "1d",
|
||||||
"regex": "/^something_specficic/",
|
"regex": "/^something_specficic/",
|
||||||
"replicatonFactor": 1,
|
"replicationFactor": 1,
|
||||||
"split": 1
|
"split": 1
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue