summaryrefslogtreecommitdiffstats
path: root/lib/Service/ConfigService.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/ConfigService.php')
-rw-r--r--lib/Service/ConfigService.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Service/ConfigService.php b/lib/Service/ConfigService.php
index 66e88c68..4ecaa335 100644
--- a/lib/Service/ConfigService.php
+++ b/lib/Service/ConfigService.php
@@ -210,6 +210,16 @@ class ConfigService {
return $this->config->getSystemValue($key, '');
}
+ /**
+ * @param bool $host
+ *
+ * @return string
+ * @throws SocialAppConfigException
+ */
+ public function setCloudAddress(string $cloudAddress) {
+ // TODO: Validate
+ $this->setAppValue(self::SOCIAL_ADDRESS, $cloudAddress);
+ }
/**
* @param bool $host