|
33 | 33 | "EnforceMultifactorAuthentication": <%= node['mattermost']['app']['service_settings']['enforce_multifactor_authentication'] %>, |
34 | 34 | "EnableUserAccessTokens": <%= node['mattermost']['app']['service_settings']['enable_user_access_tokens'] %>, |
35 | 35 | "AllowCorsFrom": "<%= node['mattermost']['app']['service_settings']['allow_cors_from'] %>", |
| 36 | + "CorsExposedHeaders": "<%= node['mattermost']['app']['service_settings']['cors_exposed_headers'] %>", |
| 37 | + "CorsAllowCredentials": <%= node['mattermost']['app']['service_settings']['cors_allow_credentials'] %>, |
| 38 | + "CorsDebug": <%= node['mattermost']['app']['service_settings']['cors_debug'] %>, |
| 39 | + "CorsAllowCredentials": <%= node['mattermost']['app']['service_settings']['allow_cookies_for_subdomains'] %>, |
36 | 40 | "AllowCookiesForSubdomains": <%= node['mattermost']['app']['service_settings']['allow_cookies_for_subdomains'] %>, |
37 | 41 | "SessionLengthWebInDays": <%= node['mattermost']['app']['service_settings']['session_length_web_in_days'] %>, |
38 | 42 | "SessionLengthMobileInDays": <%= node['mattermost']['app']['service_settings']['session_length_mobile_in_days'] %>, |
|
97 | 101 | "MaxNotificationsPerChannel": <%= node['mattermost']['app']['team_settings']['max_notifications_per_channel'] %>, |
98 | 102 | "EnableConfirmNotificationsToChannel": <%= node['mattermost']['app']['team_settings']['enable_confirm_notifications_to_channel'] %>, |
99 | 103 | "TeammateNameDisplay": "<%= node['mattermost']['app']['team_settings']['teammate_name_display'] %>", |
| 104 | + "ExperimentalViewArchivedChannels": <%= node['mattermost']['app']['team_settings']['experimental_view_archived_channels'] %>, |
| 105 | + "ExperimentalDefaultChannels": "<%= node['mattermost']['app']['team_settings']['experimental_default_channels'] %>", |
100 | 106 | "ExperimentalEnableAutomaticReplies": <%= node['mattermost']['app']['team_settings']['experimental_enable_automatic_replies'] %>, |
101 | 107 | "ExperimentalHideTownSquareinLHS": <%= node['mattermost']['app']['team_settings']['experimental_hide_town_square_in_lhs'] %>, |
102 | 108 | "ExperimentalTownSquareIsReadOnly": <%= node['mattermost']['app']['team_settings']['experimental_town_square_is_read_only'] %>, |
|
0 commit comments