Skip to content

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

Closed
wants to merge 1 commit into from
Closed

update readme #1830

wants to merge 1 commit into from

Conversation

ahmedsayedabdelsalam
Copy link
Contributor

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.

@@ -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'),

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'),?

@Smolevich
Copy link
Contributor

I think we can close this PR because fork repo was deleted

@Smolevich
Copy link
Contributor

@jenssegers what do you think about this?

@Giacomo92
Copy link

@Smolevich I think this can be added in a new PR

@divine divine mentioned this pull request Jan 20, 2020
@divine
Copy link
Contributor

divine commented Jan 20, 2020

This needs to closed but merged in #1917

@Smolevich Smolevich closed this Jan 20, 2020
@rennokki
Copy link
Contributor

Issued a commit here: #1917

@ahmedsayedabdelsalam
Copy link
Contributor Author

ahmedsayedabdelsalam commented Feb 3, 2020

I think we can close this PR because fork repo was deleted

sorry for deleting repo I thought it was not necessary change :)

@Smolevich
Copy link
Contributor

@ahmedsayedabdelsalam, it's ok, sorry for late response from us

mnphpexpert added a commit to mnphpexpert/laravel-mongodb that referenced this pull request Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants