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

    https://github.com/apache/couchdb-fauxton/pull/830#discussion_r95379358
  
    --- Diff: Gruntfile.js ---
    @@ -77,19 +75,19 @@ module.exports = function (grunt) {
         return settings.template;
       })();
     
    -  var couchserver_config  = function () {
    -    // add a "couchserver" key to settings.json with JSON that matches the
    -    // keys and values below (plus your customizations) to have Fauxton 
work
    -    // against a remote CouchDB-compatible server.
    -    var defaults = {
    -      port: helper.devServerPort,
    -      proxy: {
    -        target: helper.couch
    -      }
    -    };
    -
    -    return initHelper.readSettingsFile().couchserver || defaults;
    -  }();
    +  // var couchserver_config  = function () {
    +  //   // add a "couchserver" key to settings.json with JSON that matches 
the
    +  //   // keys and values below (plus your customizations) to have Fauxton 
work
    +  //   // against a remote CouchDB-compatible server.
    +  //   var defaults = {
    +  //     port: helper.devServerPort,
    +  //     proxy: {
    +  //       target: helper.couch
    +  //     }
    +  //   };
    +
    +  //   return initHelper.readSettingsFile().couchserver || defaults;
    +  // }();
    --- End diff --
    
    I'd recommend deleting this versus commenting


---
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