11809: Add /status.json handler.
[arvados.git] / services / keep-web / usage.go
index 1cd4d567fa021137f111778d06c61f7bb73a6b31..b854f5314c479fe8671caa29b773255b6eefe849 100644 (file)
@@ -21,7 +21,7 @@ Keep-web provides read-only HTTP access to files stored in Keep; see
 https://godoc.org/github.com/curoverse/arvados/services/keep-web and
 http://doc.arvados.org/install/install-keep-web.html
 
-Usage: keep-web -config path/to/config.json
+Usage: keep-web -config path/to/keep-web.yml
 
 Options:
 `)
@@ -67,5 +67,25 @@ TrustAllContent:
     Serve non-public content from a single origin. Dangerous: read
     docs before using!
 
+Cache.TTL:
+
+    Maximum time to cache collection data and permission checks.
+
+Cache.CollectionEntries:
+
+    Maximum number of collection cache entries.
+
+Cache.CollectionBytes:
+
+    Approximate memory limit for collection cache.
+
+Cache.PermissionEntries:
+
+    Maximum number of permission cache entries.
+
+Cache.UUIDEntries:
+
+    Maximum number of UUID cache entries.
+
 `, exampleConfigFile)
 }