mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-22 04:01:27 +00:00
fix: default value of roundcube subdomain
This commit is contained in:
parent
9fefb984be
commit
74b108aeed
|
@ -24,7 +24,7 @@ class Roundcube(Service):
|
|||
config_items: dict[str, ServiceConfigItem] = {
|
||||
"subdomain": StringServiceConfigItem(
|
||||
id="subdomain",
|
||||
default_value="cloud",
|
||||
default_value="roundcube",
|
||||
description="Subdomain",
|
||||
regex=SUBDOMAIN_REGEX,
|
||||
widget="subdomain",
|
||||
|
|
Loading…
Reference in a new issue