mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Changed settings type
This commit is contained in:
parent
331ca32eff
commit
7aa8f64ee4
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue