Skip to content

Commit 408a45d

Browse files
authored
Merge pull request #432 from cultuurnet/feature/mongodb_noauth
Remove unused mongodb credentials to avoid confusion
2 parents ee27579 + 24affeb commit 408a45d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

app/ApplicationBase.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,6 @@ function ($translator, $app) {
262262
'mongodb://' . $mongdbConfig['default']['host'] . ':' . $mongdbConfig['default']['port'],
263263
[
264264
[
265-
'username' => $mongdbConfig['default']['user'],
266-
'password' => $mongdbConfig['default']['password'],
267265
'db' => $mongdbConfig['default']['dbname'],
268266
],
269267
]

config.dist.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ mongodb:
2929
default:
3030
host:
3131
port:
32-
user:
33-
password:
3432
dbname:
3533

3634
# UiTID related settings.

0 commit comments

Comments
 (0)