mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 21:44:51 +00: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": ""
|
|
}
|
|
} |