Skip to content

Commit

Permalink
example conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Vieira committed Feb 2, 2017
1 parent 9b61a93 commit 7d3606c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions example/bucardo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"databases":[
{
"dbname": "db1",
"host": "db1.example.com",
"user": "username",
"pass": "password",
"role": "master"
},{
"dbname": "db2",
"host": "db2.example.com",
"user": "username",
"pass": "password",
"role": "slave"
}],
"tables": "exampleClients,exampleServices"
}

0 comments on commit 7d3606c

Please sign in to comment.