We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MAILER_DEFAULT_HOST: "localhost" MAILER_DEFAULT_PORT: "3000" MAILER_SENDER: "Test <[email protected]>" AVAILABLE_LOCALES: "en" DEFAULT_LOCALE: "en" FALLBACK_LOCALES: "en"
config.i18n.available_locales = ENV.fetch('AVAILABLE_LOCALES', 'en').split(',')
Developers
The text was updated successfully, but these errors were encountered:
[#460] Revisit and set the default value for some environment variabl…
07447c3
…es (#511) * Add default value for MAILER_DEFAULT_HOST * Add default value for MAILER_DEFAULT_PORT * Add default value for AVAILABLE_LOCALES
sanG-github
Successfully merging a pull request may close this issue.
Why
Who Benefits?
Developers
The text was updated successfully, but these errors were encountered: