Support for automatically registering service provider

This commit is contained in:
2026-03-06 16:18:12 +00:00
parent c038472512
commit fd4ea495f8
3 changed files with 29 additions and 2 deletions

17
config/cloudobjects.php Normal file
View File

@@ -0,0 +1,17 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| CloudObjects Core Configuration
|--------------------------------------------------------------------------
|
*/
'core' => [
'auth_ns' => env('CO_NAMESPACE'),
'auth_secret' => env('CO_CORE_AUTH_SECRET'),
],
];