You are here

public function LockrSettings::getHostname in Lockr 7.3

Gets the Lockr host to connect to.

Return value

string

Overrides SettingsInterface::getHostname

File

vendor/lockr/lockr/src/LockrSettings.php, line 30

Class

LockrSettings

Namespace

Lockr

Code

public function getHostname() {
  return $this->host ?: 'api.lockr.io';
}