mirror of
https://github.com/mastodon/mastodon.git
synced 2026-01-11 19:56:37 +00:00
4 lines
213 B
YAML
4 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' %>
|