mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -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": ""
|
|
}
|
|
} |