databaseServiceUrl method
Sets the database service URL
Implementation
VinculumConfigBuilder databaseServiceUrl(String url) {
_databaseServiceUrl = url;
return this;
}
Sets the database service URL
VinculumConfigBuilder databaseServiceUrl(String url) {
_databaseServiceUrl = url;
return this;
}