Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit ddf056b

Browse files
authored
Added default username and password
Closes #820
1 parent 9d2e2c7 commit ddf056b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Config/config.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@
198198
|
199199
*/
200200

201-
'username' => env('LDAP_USERNAME'),
202-
'password' => env('LDAP_PASSWORD'),
201+
'username' => env('LDAP_USERNAME', 'username'),
202+
'password' => env('LDAP_PASSWORD', 'secret'),
203203

204204
/*
205205
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)