Github user robertkowalski commented on a diff in the pull request:

    https://github.com/apache/couchdb-nmo/pull/24#discussion_r52164236
  
    --- Diff: src/nmo.js ---
    @@ -49,6 +49,8 @@ nmo.load = function load (opts) {
           .load(opts)
           .then((config) => {
             nmo.config = config;
    +        nmo.config.set('name', 'nmo');
    +        nmo.config.set('help-directory', `${__dirname}/..`);
    --- End diff --
    
    hmmm...
    
    what do you think of adding them as defaults to the nmo conf file that is 
placed into the home dir?
    
    this smells dangerously for race conditions


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to