Skip to content

Commit

Permalink
changing conf.json back
Browse files Browse the repository at this point in the history
  • Loading branch information
Manan007224 committed Jul 8, 2021
1 parent 9bf1bcc commit 8192736
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions examples/copydb/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,19 @@
},

"Databases": {
"Whitelist": ["benchmark"]
"Whitelist": ["abc"]
},

"Tables": {
"Blacklist": ["schema_migrations"]
},

"ForceIndexForVerification": {
"abc": {
"table1": "forced_index_name"
}
},

"DumpStateOnSignal": true,

"VerifierType": "ChecksumTable",
Expand All @@ -38,7 +44,5 @@
"Custom Script 2": ["examples/copydb/s2"]
},

"DumpStateToStdoutOnError": true,

"PeriodicallyVerifySchemaFingerPrintInterval": "1s"
"DumpStateToStdoutOnError": true
}

0 comments on commit 8192736

Please sign in to comment.