Move vaCentral config to its own config file and ServiceProvider

This commit is contained in:
Nabeel Shahzad
2018-03-11 18:14:34 -05:00
parent 7cc3fc6a3a
commit d90e118f56
4 changed files with 40 additions and 2 deletions

View File

@@ -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$',