2018-03-12 07:14:34 +08:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* vaCentral Configurations
|
|
|
|
*/
|
|
|
|
|
|
|
|
return [
|
2018-08-27 00:40:04 +08:00
|
|
|
/*
|
2018-03-12 07:14:34 +08:00
|
|
|
* Your vaCentral API key
|
|
|
|
*/
|
|
|
|
'api_key' => env('VACENTRAL_API_KEY', ''),
|
|
|
|
|
2018-08-27 00:40:04 +08:00
|
|
|
/*
|
2018-03-12 07:14:34 +08:00
|
|
|
* vaCentral API URL. You likely don't need to change this
|
|
|
|
*/
|
2019-09-06 04:55:51 +08:00
|
|
|
'api_url' => env('VACENTRAL_API_URL', 'https://api.vacentral.net'),
|
2018-03-12 07:14:34 +08:00
|
|
|
];
|