mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-28 04:01:10 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			519 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			519 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"authHost": "http://crater-vue.test",
 | |
| 	"authEndpoint": "/broadcasting/auth",
 | |
| 	"clients": [],
 | |
| 	"database": "redis",
 | |
| 	"databaseConfig": {
 | |
| 		"redis": {},
 | |
| 		"sqlite": {
 | |
| 			"databasePath": "/database/laravel-echo-server.sqlite"
 | |
| 		}
 | |
| 	},
 | |
| 	"devMode": true,
 | |
| 	"host": null,
 | |
| 	"port": "6001",
 | |
| 	"protocol": "http",
 | |
| 	"socketio": {},
 | |
| 	"sslCertPath": "",
 | |
| 	"sslKeyPath": "",
 | |
| 	"sslCertChainPath": "",
 | |
| 	"sslPassphrase": "",
 | |
| 	"apiOriginAllow": {
 | |
| 		"allowCors": false,
 | |
| 		"allowOrigin": "",
 | |
| 		"allowMethods": "",
 | |
| 		"allowHeaders": ""
 | |
| 	}
 | |
| } |