mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 21:05:23 +00:00
7 lines
89 B
PHP
7 lines
89 B
PHP
<?php
|
|
|
|
return [
|
|
"publish_routes" => false,
|
|
"trace" => env("SCIM_TRACE",false)
|
|
];
|