* Now configuration can contains environment variable that
will be replaced before configurating the app.
* Only ${VARIABLE} will be replaced if present in the os.environ
* A default value can be specified using ${VARIABLE-default-value}
This feature is great at injecting secrets in the configuration
and keep code simple.
* A `--yaml-key` has been added to configure the celery configuration dict.
by default its still `celery`.