Support for automatically registering service provider
This commit is contained in:
17
config/cloudobjects.php
Normal file
17
config/cloudobjects.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| CloudObjects Core Configuration
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
*/
|
||||
|
||||
'core' => [
|
||||
'auth_ns' => env('CO_NAMESPACE'),
|
||||
'auth_secret' => env('CO_CORE_AUTH_SECRET'),
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user