From 7aa8f64ee4f266d48532f06b76d8f81fc3452dac Mon Sep 17 00:00:00 2001 From: "theo@manjaro" Date: Wed, 29 Jun 2022 09:41:38 +0200 Subject: [PATCH] Changed settings type --- share/config_settings.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/config_settings.toml b/share/config_settings.toml index 1024fdde8..3a1d94472 100644 --- a/share/config_settings.toml +++ b/share/config_settings.toml @@ -6,10 +6,10 @@ name = "Security" [security.ipmirrors] name = "IPmirrors" [security.ipmirrors.v4] - type = "string" + type = "tags" default = "https://ip.yunohost.org,https://api.ipify.net" [security.ipmirrors.v6] - type = "string" + type = "tags" default = "https://ip6.yunohost.org" [security.password] name = "Passwords"