forked from glitch-soc-github-mirror/mastodon
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' %>
|