<?php
use function Hyperf\Support\env;
/**
* Author: cfn <cfn@leapy.cn>
*/
return [
// 域名
'domain' => env('DOMAIN')
];