Skip to content

Commit

Permalink
revert reverb .env config
Browse files Browse the repository at this point in the history
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
  • Loading branch information
v1r0x committed Nov 27, 2024
1 parent 70526fa commit 2e88e45
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .env.phpunit
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,10 @@ DB_DATABASE=spacialist_tests
DB_USERNAME=root
DB_PASSWORD=rootpassword

BROADCAST_DRIVER=reverb
BROADCAST_CONNECTION=reverb
BROADCAST_DRIVER=log
CACHE_DRIVER=array
SESSION_DRIVER=array
QUEUE_DRIVER=sync

VITE_APP_PATH=
VITE_APP_NAME='Spacialist Testing Instance'

REVERB_APP_ID=123456
REVERB_APP_KEY=so123!x43212342987abc
REVERB_APP_SECRET=app_sec_12345
REVERB_HOST="localhost"
REVERB_PORT=8080
REVERB_SCHEME=http

VITE_REVERB_APP_KEY="${REVERB_APP_KEY}"
VITE_REVERB_HOST="${REVERB_HOST}"
VITE_REVERB_PORT="${REVERB_PORT}"
VITE_REVERB_SCHEME="${REVERB_SCHEME}"

0 comments on commit 2e88e45

Please sign in to comment.