Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Use sane environment by default #538

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

Commits on Jun 7, 2021

  1. Use sane environment by default

     - by default, the repository has debug enabled, meaning the get_debug_config is called
       overwriting the user config. That is not nice. Changed by default to false.
       In the future this can be a configuration flag?
    
     - when no config file is set, and debug is false, no configuration is loaded. This causes
       a lot of errors (namely key not founds). Given the repo includes a config file, added
       code to load it by default
    
     - when using the default config file, warn the user about that
    
    Some details can be made better, but for now, it is working perfectly on my docker environment.
    I am happy to provide further changes on this branch if you like.
    Alberto Simoes committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    e152e0d View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Workaround for data_directory

    Alberto Simoes committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    056d4b1 View commit details
    Browse the repository at this point in the history