You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
phpvms/config/vacentral.php

17 lines
298 B

<?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' => env('VACENTRAL_API_URL', 'https://api.vacentral.net'),
];