File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Edit the following lines in the bottom of the file "`api.php`":
58
58
59
59
These are all the configuration options and their default value between brackets:
60
60
61
- - "driver": ` mysql ` (default) , ` pgsql ` or ` sqlsrv `
61
+ - "driver": ` mysql ` , ` pgsql ` or ` sqlsrv ` ( ` mysql ` )
62
62
- "address": Hostname of the database server (` localhost ` )
63
63
- "port": TCP port of the database server (defaults to driver default)
64
64
- "username": Username of the user connecting to the database (no default)
@@ -67,7 +67,7 @@ These are all the configuration options and their default value between brackets
67
67
- "middlewares": List of middlewares to load (` cors ` )
68
68
- "controllers": List of controllers to load (` records,openapi ` )
69
69
- "openApiBase": OpenAPI info (` {"info":{"title":"PHP-CRUD-API","version":"1.0.0"}} ` )
70
- - "cacheType": ` TempFile ` (default) , ` Redis ` , ` Memcache ` , ` Memcached ` or ` NoCache `
70
+ - "cacheType": ` TempFile ` , ` Redis ` , ` Memcache ` , ` Memcached ` or ` NoCache ` ( ` TempFile ` )
71
71
- "cachePath": Path/address of the cache (defaults to system's temp directory)
72
72
- "cacheTime": Number of seconds the cache is valid (` 10 ` )
73
73
- "debug": Show errors in the "X-Debug-Info" header (` false ` )
You can’t perform that action at this time.
0 commit comments