mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
7 lines
89 B
PHP
7 lines
89 B
PHP
<?php
|
|
|
|
return [
|
|
"publish_routes" => false,
|
|
"trace" => env("SCIM_TRACE",false)
|
|
];
|