databaseServiceUrl method

VinculumConfigBuilder databaseServiceUrl(
  1. String url
)

Sets the database service URL

Implementation

VinculumConfigBuilder databaseServiceUrl(String url) {
  _databaseServiceUrl = url;
  return this;
}