Fix config tests to match the removal of zoneName and repurpose of fqdn

This commit is contained in:
Johannes Zellner
2018-01-29 10:11:09 +01:00
parent b2363271aa
commit c95de547eb
2 changed files with 3 additions and 5 deletions
+2 -1
View File
@@ -143,6 +143,7 @@ function set(key, value) {
} else {
data = safe.set(data, key, value);
}
saveSync();
}
@@ -161,7 +162,7 @@ function webServerOrigin() {
}
function setFqdn(fqdn) {
set('fqdn', fqdn);
set('adminDomain', fqdn);
}
function fqdn() {