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 6263bf6 commit 953d42dCopy full SHA for 953d42d
README.md
@@ -66,6 +66,7 @@ These are all the configuration options and their default value between brackets
66
- "database": Database the connecting is made to (no default)
67
- "middlewares": List of middlewares to load ("cors")
68
- "controllers": List of controllers to load ("records,columns,cache,openapi")
69
+- "openApiBase": OpenAPI info ("{"info":{"title":"JAVA-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)
72
- "cacheTime": Number of seconds the cache is valid (10)
0 commit comments