phpvms/config/vacentral.php

17 lines
298 B
PHP
Raw Permalink Normal View History

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