This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-879
lines changed Expand file tree Collapse file tree 4 files changed +7
-879
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ pluginType: STAGED
77entryPoint : plugin_runner:plugin
88srcDir : src
99schemaFile : schema.json
10- buildNumber : 1.68.0
10+ buildNumber : 1.69.4
Original file line number Diff line number Diff line change 202202 "type" : " string" ,
203203 "prettyName" : " Source DB Host IP address" ,
204204 "description" : " * Required if using Replication Method" ,
205- "default" : " localhost "
205+ "default" : " 10.0.1.20 "
206206 },
207207 "mountPath" : {
208208 "type" : " string" ,
221221 "format" : " password" ,
222222 "prettyName" : " Source Connection Password" ,
223223 "description" : " * Required if Delphix is taking backups" ,
224- "default" : " Delphix_123 "
224+ "default" : " Delphix@123 "
225225 },
226226 "logSync" : {
227227 "default" : true ,
240240 "format" : " password" ,
241241 "prettyName" : " Replication User's Password" ,
242242 "description" : " * Required if using Replication Method with LogSync" ,
243- "default" : " Delphix_123 "
243+ "default" : " Delphix@123 "
244244 },
245245 "stagingUser" : {
246246 "type" : " string" ,
247247 "prettyName" : " Staging DB User Name" ,
248248 "description" : " MySQL Staging DB User Name" ,
249- "default" : " root "
249+ "default" : " delphixdb "
250250 },
251251 "stagingPass" : {
252252 "type" : " string" ,
253253 "format" : " password" ,
254254 "prettyName" : " Staging DB Password" ,
255255 "description" : " Staging DB User's Password" ,
256- "default" : " Delphix_123 "
256+ "default" : " Delphix@123 "
257257 },
258258 "serverId" : {
259259 "type" : " string" ,
289289 "type" : " string" ,
290290 "prettyName" : " Staging DB Port" ,
291291 "description" : " Staging Database Port" ,
292- "default" : " 3307 "
292+ "default" : " 3308 "
293293 },
294294 "stagingBasedir" : {
295295 "type" : " string" ,
You can’t perform that action at this time.
0 commit comments