You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can now set your site name, domain name, transactional email address, a default password for automating new installs (used by the ./elefant install command), and your job queue's Beanstalkd connection info from environment variables. In all, these are the new variables introduced in 2.2.5:
ELEFANT_SITE_NAME
ELEFANT_DOMAIN
ELEFANT_EMAIL_FROM
ELEFANT_DEFAULT_PASS
JOBQUEUE_BACKEND
JOBQUEUE_HOST
JOBQUEUE_PORT
This release also introduces Envconf, which makes it easy to integrate custom environment variables into your custom Elefant apps. Envconf is a wrapper around Appconf that first checks for a matching environment variable based on the app, section, and setting names, for example:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Elefant 2.2.5 has been released with a number of improvements and one bug fix.
Click here to download or update.
New environment variables
You can now set your site name, domain name, transactional email address, a default password for automating new installs (used by the
./elefant install
command), and your job queue's Beanstalkd connection info from environment variables. In all, these are the new variables introduced in 2.2.5:ELEFANT_SITE_NAME
ELEFANT_DOMAIN
ELEFANT_EMAIL_FROM
ELEFANT_DEFAULT_PASS
JOBQUEUE_BACKEND
JOBQUEUE_HOST
JOBQUEUE_PORT
This release also introduces Envconf, which makes it easy to integrate custom environment variables into your custom Elefant apps. Envconf is a wrapper around Appconf that first checks for a matching environment variable based on the app, section, and setting names, for example:
Will map to the following environment variable:
Click here for more information on using environment variables with Elefant.
Other improvements
Model::field()
layouts/minimal/blocks.css
Bug fix
skip_if_empty
is specified but the field isn't found in the HTML of the formClick here for a full list of changes.
Beta Was this translation helpful? Give feedback.
All reactions