Move vaCentral config to its own config file and ServiceProvider
This commit is contained in:
@@ -19,8 +19,6 @@ return [
|
||||
|
||||
# overrides phpvms.php
|
||||
'phpvms' => [
|
||||
'vacentral_api_key' => '',
|
||||
|
||||
/**
|
||||
* The ISO "Currency Code" to use, the list is in config/money.php
|
||||
*
|
||||
@@ -35,6 +33,10 @@ return [
|
||||
'default' => 'default',
|
||||
],
|
||||
|
||||
'vacentral' => [
|
||||
'api_key' => '',
|
||||
],
|
||||
|
||||
# overrides cache.php
|
||||
'cache' => [
|
||||
'default' => '$CACHE_DRIVER$',
|
||||
|
||||
Reference in New Issue
Block a user