Add VOCABULARY_URL to config schema in readme
[arvados-workbench2.git] / README.md
index 998d424662ac4cb69fb75b89904d9955fe5bc25d..ea9bc02fc1f0f038b016f5fd8f5ade2ab38ad2f9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -40,7 +40,8 @@ The app will fetch runtime configuration when starting. By default it will try t
 Currently this configuration schema is supported:
 ```
 {
-    "API_HOST": "string"
+    "API_HOST": "string",
+    "VOCABULARY_URL": "string"
 }
 ```