Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Implement reloading of configuration on file change #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 1, 2016

  1. implement reloading of configuration on file change

    add configuration option `config.watch`, if setted to true,
    it will automaticly reload the configuration on changes
    liveforeverx committed Jan 1, 2016
    Configuration menu
    Copy the full SHA
    5447bda View commit details
    Browse the repository at this point in the history
  2. add dev flag to exrm_reload

    It is added, for the case, that `ReleaseManager.Reload.run` can
    reload configuration outside of release (for example in development
    shell).
    
    Aims to test the live reconfiguration of the application. With
    combination of setting `watch` to true, it is possible to test
    continius changing enviroments.
    
    add in README the 5-liner code for testing the conform-generated
    configuration in dev enviroment
    liveforeverx committed Jan 1, 2016
    Configuration menu
    Copy the full SHA
    62031fc View commit details
    Browse the repository at this point in the history