Update README.md
This commit is contained in:
		
					parent
					
						
							
								96f54b7c60
							
						
					
				
			
			
				commit
				
					
						84dd398ef6
					
				
			
		
					 1 changed files with 13 additions and 0 deletions
				
			
		
							
								
								
									
										13
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										13
									
								
								README.md
									
										
									
									
									
								
							|  | @ -22,6 +22,19 @@ Simple PHP script that adds a very basic API to a MySQL database | |||
|   - JSONP support for cross-domain requests | ||||
|   - Combined requests with wildcard support for table names | ||||
| 
 | ||||
| ## Configuration | ||||
| 
 | ||||
| ``` | ||||
| $config = array( | ||||
|     "hostname"=>"localhost", | ||||
|     "username"=>"root", | ||||
|     "password"=>"root", | ||||
|     "database"=>"cravetivity", | ||||
|     "whitelist"=>false, | ||||
|     "blacklist"=>array("users"), | ||||
| ); | ||||
| ``` | ||||
| 
 | ||||
| ## Example output | ||||
| 
 | ||||
| URL: http://localhost/api/cate* | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Maurits van der Schee
				Maurits van der Schee