PortIO/config/whmcs.php

14 lines
264 B
PHP
Raw Permalink Normal View History

2023-05-16 12:41:33 +00:00
<?php
return [
'test' => [
'url' => 'http://whmcs.test',
'api_token' => 'abc123456',
2023-05-16 13:25:45 +00:00
'department_id' => 1,
2023-05-16 12:41:33 +00:00
'payments' => [
'laeFastPay' => '莱云 快捷支付',
'mailin' => '邮入',
]
]
];