-
Notifications
You must be signed in to change notification settings - Fork 1.5k
update readme #1830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update readme #1830
Conversation
@@ -318,7 +318,7 @@ If you want to use MongoDB to handle failed jobs, change the database in `config | |||
|
|||
```php | |||
'failed' => [ | |||
'database' => 'mongodb', | |||
'database' => env('DB_CONNECTION', 'mongodb'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not 'database' => env('DB_DATABASE', 'mongodb'),
?
I think we can close this PR because fork repo was deleted |
@jenssegers what do you think about this? |
@Smolevich I think this can be added in a new PR |
This needs to closed but merged in #1917 |
Issued a commit here: #1917 |
sorry for deleting repo I thought it was not necessary change :) |
@ahmedsayedabdelsalam, it's ok, sorry for late response from us |
I this it will be better to read the DB of faild jobs from env file (default DB connection) and fallback on mongodb instead of referencing it statically.