29 lines
		
	
	
		
			743 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			743 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     /*
 | |
|     |--------------------------------------------------------------------------
 | |
|     | Directory
 | |
|     |--------------------------------------------------------------------------
 | |
|     |
 | |
|     | The name of the directory where your OpenAPI definitions are stored.
 | |
|     |
 | |
|     */
 | |
| 
 | |
|     'directory' => '',
 | |
| 
 | |
|     /*
 | |
|     |--------------------------------------------------------------------------
 | |
|     | Variables
 | |
|     |--------------------------------------------------------------------------
 | |
|     |
 | |
|     | You can automatically replace variables in your OpenAPI definitions by
 | |
|     | adding a key value pair to the array below. This will replace any
 | |
|     | instances of :key with the given value.
 | |
|     |
 | |
|     */
 | |
| 
 | |
|     'variables' => [],
 | |
| 
 | |
| ];
 | 
