cluster/services/idm: enable online backups
This commit is contained in:
parent
ce4087d6d1
commit
da0b09b993
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ in
|
||||||
ldapbindaddress = "${ldapLink.ipv4}:${ldapLink.portStr}";
|
ldapbindaddress = "${ldapLink.ipv4}:${ldapLink.portStr}";
|
||||||
origin = frontendLink.url;
|
origin = frontendLink.url;
|
||||||
inherit domain;
|
inherit domain;
|
||||||
|
online_backup = {
|
||||||
|
versions = 7;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue