phpvms/modules/Vacentral/Config/config.php

8 lines
112 B
PHP
Raw Normal View History

2017-12-06 11:40:10 +08:00
<?php
return [
2017-12-06 11:51:01 +08:00
'name' => 'vacentral',
'address' => 'https://api.vacentral.net',
'api_key' => ''
2017-12-06 11:40:10 +08:00
];