mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-13 15:58:13 +00:00
5 lines
213 B
YAML
5 lines
213 B
YAML
shared:
|
|
cas_enabled?: <%= ENV.fetch('CAS_ENABLED', 'false') == 'true' %>
|
|
oidc_enabled?: <%= ENV.fetch('OIDC_ENABLED', 'false') == 'true' %>
|
|
saml_enabled?: <%= ENV.fetch('SAML_ENABLED', 'false') == 'true' %>
|