mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
fix boolean syntax
This commit is contained in:
parent
7be950d7b1
commit
de81c84595
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@ architectures = "all"
|
|||
|
||||
### LDAP & SSO will be dealt with later, if Bonfire support it. Help wanted :)
|
||||
# FIXME: replace with true, false, or "not_relevant". Not to confuse with the "sso" key : the "ldap" key corresponds to wether or not a user *can* login on the app using its YunoHost credentials.
|
||||
ldap = "false"
|
||||
ldap = false
|
||||
# FIXME: replace with true, false, or "not_relevant". Not to confuse with the "ldap" key : the "sso" key corresponds to wether or not a user is *automatically logged-in* on the app when logged-in on the YunoHost portal.
|
||||
sso = "false"
|
||||
sso = false
|
||||
|
||||
# FIXME: replace with an **estimate** minimum disk and RAM requirements. e.g. 20M, 400M, 1G, ...
|
||||
disk = "500M"
|
||||
|
|
Loading…
Add table
Reference in a new issue