mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
mongodb and laravel socialite setup
This commit is contained in:
parent
0d952f2967
commit
eb72bfe8b9
11 changed files with 406 additions and 22 deletions
|
|
@ -112,6 +112,12 @@ return [
|
|||
// 'trust_server_certificate' => env('DB_TRUST_SERVER_CERTIFICATE', 'false'),
|
||||
],
|
||||
|
||||
'mongodb' => [
|
||||
'driver' => 'mongodb',
|
||||
'dsn' => env('DB_HOST', 'mongodb://localhost:27017'),
|
||||
'database' => env('DB_NAME', 'laravel'),
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue