server/config/autoload/app.php

8 lines
112 B
PHP

<?php
/**
* Author: cfn <cfn@leapy.cn>
*/
return [
// 域名
'domain' => 'https://server.leapy.cn/'
];