Quellcode durchsuchen

Better support for SlimPHP

Maurits van der Schee vor 5 Jahren
Ursprung
Commit
b3d7886092
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      README.md

+ 1
- 0
README.md Datei anzeigen

@@ -70,6 +70,7 @@ These are all the configuration options and their default value between brackets
70 70
 - "cachePath": Path/address of the cache (defaults to system's temp directory)
71 71
 - "cacheTime": Number of seconds the cache is valid (`10`)
72 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 75
 ## Limitations
75 76
 

Laden…
Abbrechen
Speichern