Users should have the ability to configure default parameters for connecting to a CouchDB database. Since the settings are stored as plain text and can be exported as part of the mdEditor recordset, passwords should not be saved as a default setting.
"publish-options": [
{
"publisher": "couchDB",
"publishEndpoint": "url to CouchDB server (string)",
"couchDbName": "database name (string)",
"couchDbUser": "database user name (string)"
}
]
Issue Description:
Users should have the ability to configure default parameters for connecting to a CouchDB database. Since the settings are stored as plain text and can be exported as part of the mdEditor recordset, passwords should not be saved as a default setting.
Required features:
CouchDB URL,CouchDB Name,UsernameCouchDB URLvalue being obtained from the settings "publishEndpoint".Proposed CouchDB settings schema