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

Commit 6e1dba2

Browse files
committed
Suggest utilizing env file for username and password
1 parent b99e377 commit 6e1dba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Config/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@
157157
|
158158
*/
159159

160-
'admin_username' => 'username',
161-
'admin_password' => 'password',
160+
'admin_username' => env('ADLDAP_ADMIN_USERNAME', 'username'),
161+
'admin_password' => env('ADLDAP_ADMIN_PASSWORD', 'password'),
162162

163163
/*
164164
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)