mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04:00
init crater
This commit is contained in:
27
laravel-echo-server.json
Normal file
27
laravel-echo-server.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"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": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user