We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8196c commit 0b4b369Copy full SHA for 0b4b369
src/Config/State.php
@@ -84,6 +84,14 @@ class State
84
'changes' => [
85
'local' => '{db}/_changes?{params}',
86
'cloudant' => '{db}/_changes?{params}'
87
+ ],
88
+ 'replicate' => [
89
+ 'local' => '_replicate',
90
+ 'cloudant' => '_replicate'
91
92
+ 'view' => [
93
+ 'local' => '{db}/_design/{ddoc}/_view/{view}?{params}',
94
+ 'cloudant' => '{db}/_design/{ddoc}/_view/{view}?{params}'
95
]
96
];
97
}
0 commit comments