You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/config/environments
F 9feba112a7
Make enable_starttls configurable by envvars (#20321)
ENABLE_STARTTLS is designed to replace ENABLE_STARTTLS_AUTO by accepting
three values: 'auto' (the default), 'always', and 'never'. If
ENABLE_STARTTLS isn't provided, we fall back to ENABLE_STARTTLS_AUTO. In
this way, this change should be fully backwards compatible.

Resolves #20311
3 years ago
..
development.rb Fix warnings on Rails boot (#16946) 4 years ago
production.rb Make enable_starttls configurable by envvars (#20321) 3 years ago
test.rb Fix Sidekiq warnings about JSON serialization (#17381) 4 years ago