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

Commit 27aae7a

Browse files
authored
Can set auto_connect from .env file
You can set the option auto_connect to true/false from the Laravel .env file with ADLDAP_AUTO_CONNECT=true
1 parent f23cce8 commit 27aae7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
|
3535
*/
3636

37-
'auto_connect' => true,
37+
'auto_connect' => env('ADLDAP_AUTO_CONNECT', true),
3838

3939
/*
4040
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)