mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-06 16:46:54 +02:00
Update to 2022-08-29 21:00
This commit is contained in:
@@ -9,4 +9,4 @@ var penpotLoginWithLDAP = true;
|
||||
{% endif %}
|
||||
var penpotRegistrationEnabled = {{ penpot_allow_user_registration | ternary('true', 'false') }};
|
||||
var penpotAnalyticsEnabled = false;
|
||||
var penpotFlags = "{{ penpot_allow_user_registration | ternary('enable-registration', '') }}";
|
||||
var penpotFlags = "{{ penpot_flags | join(' ') }}";
|
||||
|
Reference in New Issue
Block a user