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
Showing
- app.json 6 additions, 1 deletionapp.json
- chart/templates/configmap-env.yaml 3 additions, 0 deletionschart/templates/configmap-env.yaml
- chart/values.yaml 1 addition, 1 deletionchart/values.yaml
- config/environments/production.rb 16 additions, 1 deletionconfig/environments/production.rb
- lib/tasks/mastodon.rake 19 additions, 1 deletionlib/tasks/mastodon.rake
- scalingo.json 6 additions, 1 deletionscalingo.json
Loading
Please register or sign in to comment