mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Pusher error fixed
This commit is contained in:
parent
bad7d2130a
commit
15aca28ce2
@ -1,4 +1,4 @@
|
|||||||
APP_NAME=Laravel
|
APP_NAME=OC
|
||||||
APP_ENV=local
|
APP_ENV=local
|
||||||
INSTALLED="false"
|
INSTALLED="false"
|
||||||
APP_KEY=DYKEBxfEHK1PP4mUbP3gWPtsPZgXh0qX
|
APP_KEY=DYKEBxfEHK1PP4mUbP3gWPtsPZgXh0qX
|
||||||
@ -6,7 +6,7 @@ APP_DEBUG=true
|
|||||||
DEBUG_BAR=true
|
DEBUG_BAR=true
|
||||||
DB_CONNECTION=mysql
|
DB_CONNECTION=mysql
|
||||||
#DB_HOST=mysql
|
#DB_HOST=mysql
|
||||||
DB_HOST=hostdocker.internal
|
DB_HOST=host.docker.internal
|
||||||
DB_DATABASE=oc
|
DB_DATABASE=oc
|
||||||
DB_USERNAME=oc
|
DB_USERNAME=oc
|
||||||
DB_PASSWORD=oc
|
DB_PASSWORD=oc
|
||||||
|
|||||||
@ -15,7 +15,7 @@ return [
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'default' => env('BROADCAST_DRIVER', 'pusher'),
|
'default' => env('BROADCAST_DRIVER', 'null'),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user