coderoj-dev / ServerInstall

0 stars 0 forks source link

pm2 #2

Open amirhamza05 opened 2 years ago

amirhamza05 commented 2 years ago

{ "authHost": "http://localhost", "authEndpoint": "/broadcasting/auth", "clients": [], "database": "redis", "databaseConfig": { "redis": {}, "sqlite": { "databasePath": "/database/laravel-echo-server.sqlite" } }, "devMode": true, "host": null, "port": "6001", "protocol": "http", "socketio": {}, "secureOptions": 67108864, "sslCertPath": "", "sslKeyPath": "", "sslCertChainPath": "", "sslPassphrase": "", "subscribers": { "http": true, "redis": true }, "apiOriginAllow": { "allowCors": false, "allowOrigin": "", "allowMethods": "", "allowHeaders": "" } }

echo-pm2.json

{ "name": "echo", "script": "laravel-echo-server", "args": "start" }

pm2 start echo-pm2.json

amirhamza05 commented 2 years ago