Browse Source

Better support for SlimPHP

Maurits van der Schee 5 years ago
parent
commit
b3d7886092
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

70
 - "cachePath": Path/address of the cache (defaults to system's temp directory)
70
 - "cachePath": Path/address of the cache (defaults to system's temp directory)
71
 - "cacheTime": Number of seconds the cache is valid (`10`)
71
 - "cacheTime": Number of seconds the cache is valid (`10`)
72
 - "debug": Show errors in the "X-Debug-Info" header (`false`)
72
 - "debug": Show errors in the "X-Debug-Info" header (`false`)
73
+- "basePath": URI base path of the API (determined using PATH_INFO by default)
73
 
74
 
74
 ## Limitations
75
 ## Limitations
75
 
76
 

Loading…
Cancel
Save