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

16
config/vacentral.php Normal file
View File

@@ -0,0 +1,16 @@
<?php
/**
* vaCentral Configurations
*/
return [
/**
* Your vaCentral API key
*/
'api_key' => env('VACENTRAL_API_KEY', ''),
/**
* vaCentral API URL. You likely don't need to change this
*/
'api_url' => 'https://api.vacentral.net',
];