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

Commit 89a8493

Browse files
authored
Use SSL and TLS params in .env file
I added the option to setup this options from the .env file
1 parent f23cce8 commit 89a8493

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
@@ -231,8 +231,8 @@
231231
|
232232
*/
233233

234-
'use_ssl' => false,
235-
'use_tls' => false,
234+
'use_ssl' => env('ADLDAP_USE_SSL', false),
235+
'use_tls' => env('ADLDAP_USE_TLS', false),
236236

237237
],
238238

0 commit comments

Comments
 (0)