mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-06 16:46:54 +02:00
Update to 2022-01-30 19:00
This commit is contained in:
12
roles/penpot/templates/config.js.j2
Normal file
12
roles/penpot/templates/config.js.j2
Normal file
@@ -0,0 +1,12 @@
|
||||
var penpotPublicURI = "{{ penpot_public_url }}";
|
||||
var penpotDemoWarning = false;
|
||||
var penpotAllowDemoUsers = false;
|
||||
{% if penpot_oidc_auth %}
|
||||
var penpotOIDCClientID = "{{ penpot_oidc_client_id }}";
|
||||
{% endif %}
|
||||
{% if penpot_ldap_auth %}
|
||||
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', '') }}";
|
Reference in New Issue
Block a user