Browse Source

[1863] Make stats-httpd listen on a non-default port for lettuce tests (contd.)

Mukund Sivaraman 13 years ago
parent
commit
66a9862c8e
1 changed files with 6 additions and 0 deletions
  1. 6 0
      tests/lettuce/configurations/default.config

+ 6 - 0
tests/lettuce/configurations/default.config

@@ -6,5 +6,11 @@
             "severity": "DEBUG",
             "severity": "DEBUG",
             "name": "auth"
             "name": "auth"
         } ]
         } ]
+    },
+    "StatsHttpd": {
+        "listen_on": [ {
+            "port": 47811,
+            "address": "127.0.0.1"
+        } ]
     }
     }
 }
 }