snipe-it/config/scim.php
2022-11-09 19:08:15 +00:00

9 lines
249 B
PHP

<?php
return [
"trace" => env("SCIM_TRACE",false),
// below, if we ever get 'sure' that we can change this default to 'true' we should
"standards_compliance" => env('SCIM_STANDARDS_COMPLIANCE', false),
"publish_routes" => false,
];