fix typo in integration/database_conf.json.

pull/766/head
Shugo Maeda 2014-07-18 11:09:19 +09:00
parent fd45c9255b
commit 87a68beb59
1 changed files with 3 additions and 3 deletions

View File

@ -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
} }
] ]
} }
] ]