Remove references to APP_URL and LDAP_BASE_DN, they are not actually used

This commit is contained in:
2025-06-17 10:04:39 +10:00
parent 781c87cb83
commit 2a691c147e
5 changed files with 2 additions and 23 deletions

View File

@@ -43,19 +43,6 @@ return [
'debug' => (bool) env('APP_DEBUG', false),
/*
|--------------------------------------------------------------------------
| Application URL
|--------------------------------------------------------------------------
|
| This URL is used by the console to properly generate URLs when using
| the Artisan command line tool. You should set this to the root of
| the application so that it's available within Artisan commands.
|
*/
'url' => env('APP_URL', 'http://localhost'),
/*
|--------------------------------------------------------------------------
| Application Timezone