1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/framaforms_ynh.git synced 2024-09-03 18:36:12 +02:00

Set sso integration to false

This commit is contained in:
Alexandre Aubin 2023-09-18 16:16:27 +02:00
parent 27962603fd
commit db8f24f47c

View file

@ -19,7 +19,7 @@ yunohost = ">= 4.3.0"
architectures = "all"
multi_instance = true
ldap = true
sso = "?" # 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
disk = "500M"
ram.build = "50M"
ram.runtime = "50M"