We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff58fda commit 780cef8Copy full SHA for 780cef8
README.md
@@ -68,7 +68,7 @@ These are all the configuration options and their default value between brackets
68
- "controllers": List of controllers to load ("`records,openapi`")
69
- "openApiBase": OpenAPI info ("`{"info":{"title":"PHP-CRUD-API","version":"1.0.0"}}`")
70
- "cacheType": "`TempFile`" (default), "`Redis`", "`Memcache`", "`Memcached`" or "`NoCache`"
71
-- "cachePath": Path/address of the cache (defaults to system's "temp" directory)
+- "cachePath": Path/address of the cache (defaults to system's temp directory)
72
- "cacheTime": Number of seconds the cache is valid ("`10`")
73
- "debug": Show errors in the "X-Debug-Info" header ("`false`")
74
0 commit comments