mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
9 lines
254 B
PHP
9 lines
254 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
|
|
"omit_main_schema_in_return" => env('SCIM_STANDARDS_COMPLIANCE', true),
|
|
"publish_routes" => false,
|
|
];
|