Changed settings type

This commit is contained in:
theo@manjaro 2022-06-29 09:41:38 +02:00
parent 331ca32eff
commit 7aa8f64ee4

View file

@ -6,10 +6,10 @@ name = "Security"
[security.ipmirrors] [security.ipmirrors]
name = "IPmirrors" name = "IPmirrors"
[security.ipmirrors.v4] [security.ipmirrors.v4]
type = "string" type = "tags"
default = "https://ip.yunohost.org,https://api.ipify.net" default = "https://ip.yunohost.org,https://api.ipify.net"
[security.ipmirrors.v6] [security.ipmirrors.v6]
type = "string" type = "tags"
default = "https://ip6.yunohost.org" default = "https://ip6.yunohost.org"
[security.password] [security.password]
name = "Passwords" name = "Passwords"