CommaFeed 3.0.1
- allow env variable substitution in config.yml
- e.g. having a custom config.yml file with
app.session.path=${SOME_ENV_VAR}
will substituteSOME_ENV_VAR
with
its value
- e.g. having a custom config.yml file with
- allow env variable prefixed with
CF_
to override config.yml properties- e.g. setting
CF_APP_ALLOWREGISTRATIONS=true
will setapp.allowRegistrations
totrue
- e.g. setting