forked from tlaverdure/laravel-echo-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
laravel-echo-server.json
58 lines (58 loc) · 1.46 KB
/
laravel-echo-server.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"app_name": "myApp",
"authHost": "http://localhost:8000",
"authEndpoint": "/broadcasting/auth",
"clients": [
{
"appId": "7c7779cb46dc0b03",
"key": "61ec53be69c3841f451c0d3d7df81edb"
}
],
"database": "sqlite",
"databaseConfig": {
"redis": {
"port": "6379",
"host": "redis.local"
},
"sqlite": {
"databasePath": "/dist/database/laravel-echo-server.sqlite"
}
},
"devMode": true,
"testMode": false,
"host": "localhost",
"port": "4000",
"protocol": "http",
"socketio": {},
"sslCertPath": "",
"sslKeyPath": "",
"sslCertChainPath": "",
"sslPassphrase": "",
"subscribers": {
"http": true,
"redis": true
},
"apiOriginAllow": {
"allowCors": true,
"allowOrigin": "http://localhost:9528",
"allowMethods": "GET, POST, PUT, PATCH, DELETE, OPTIONS",
"allowHeaders": "Origin, Content-Type, X-Auth-Token, X-Requested-With, Accept, Authorization, X-CSRF-TOKEN, X-Socket-Id"
},
"multiple_sockets": true,
"command_channel": "private-echo.server.commands",
"log": "syslog",
"log_folder": "../../logs/",
"syslog": {
"host": "127.0.0.1",
"port": "514",
"facility": "local0",
"type": "sys"
},
"dev": {
"mock": {
"laravel_port": 7718
}
},
"console_log": true,
"behind_proxy": false
}