diff --git a/src/config/config.php b/src/config/config.php index 56b1754..a58a98e 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -65,7 +65,7 @@ |-------------------------------------------------------------------------- | Example: 'http://localhost', 'https://example.com:8888' */ - 'cas_client_service' => env('CAS_CLIENT_SERVICE', 'http://localhost'), + 'cas_client_service' => explode(',', env('CAS_CLIENT_SERVICE', 'http://localhost')), /*