Browse Source

add plaintext url to config

Patrick Falls 12 years ago
parent
commit
1e429f11f8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      servlet/benchmark_config

+ 1 - 0
servlet/benchmark_config

@@ -4,6 +4,7 @@
     "default": {
       "setup_file": "setup",
       "json_url": "/servlet/json",
+      "plaintext_url": "/servlet/plaintext",
       "port": 8080,
       "sort": 18
     },