Browse Source

Update README.md

Maurits van der Schee 10 years ago
parent
commit
84dd398ef6
1 changed files with 13 additions and 0 deletions
  1. 13
    0
      README.md

+ 13
- 0
README.md View File

22
   - JSONP support for cross-domain requests
22
   - JSONP support for cross-domain requests
23
   - Combined requests with wildcard support for table names
23
   - Combined requests with wildcard support for table names
24
 
24
 
25
+## Configuration
26
+
27
+```
28
+$config = array(
29
+    "hostname"=>"localhost",
30
+    "username"=>"root",
31
+    "password"=>"root",
32
+    "database"=>"cravetivity",
33
+    "whitelist"=>false,
34
+    "blacklist"=>array("users"),
35
+);
36
+```
37
+
25
 ## Example output
38
 ## Example output
26
 
39
 
27
 URL: http://localhost/api/cate*
40
 URL: http://localhost/api/cate*

Loading…
Cancel
Save