Using these settings in config.yml, I notice that when I run tutor config save
these settings do not get saved to /env/apps/openedx/config/
EMAIL_BACKEND: django.core.mail.backends.smtp.EmailBackend
EMAIL_HOST: email-smtp.us-east-1.amazonaws.com
EMAIL_HOST_PASSWORD: XXX
EMAIL_HOST_USER: XXX
EMAIL_PORT: 587
EMAIL_USE_TLS: true
When I save these values in the env files and deploy, it works - but I know that my settings will only get overwritten later. This is 11.0.5.