Skip to content

CommaFeed 3.0.1

Compare
Choose a tag to compare
@Athou Athou released this 25 Apr 08:55
· 1226 commits to master since this release
  • allow env variable substitution in config.yml
    • e.g. having a custom config.yml file with app.session.path=${SOME_ENV_VAR} will substitute SOME_ENV_VAR with
      its value
  • allow env variable prefixed with CF_ to override config.yml properties
    • e.g. setting CF_APP_ALLOWREGISTRATIONS=true will set app.allowRegistrations to true