Connection refused
#46246
Replies: 1 comment
-
and other parts of the application are still able to connect to the database? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
The default configuration of the installation generates a connection refused error, I changed these lines:
Original
BROADCAST_DRIVER=pusher
CACHE_DRIVER=file
FILESYSTEM_DISK=local
QUEUE_CONNECTION=sync
SESSION_DRIVER=database
SESSION_LIFETIME=120
Changed
BROADCAST_DRIVER=pusher
CACHE_DRIVER=file
# FILESYSTEM_DISK=local
# QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120
Now the application connects normally again, which before only the database IDE could connect
Steps To Reproduce:
Beta Was this translation helpful? Give feedback.
All reactions