custom.php 193 B

1234567
  1. <?php
  2. return [
  3. //推送消息请求地址
  4. 'PUSH_MESSAGE_URL' => 'http://192.168.254.31:2121',
  5. //推送消息登录地址
  6. 'PUSH_MESSAGE_LOGIN' => 'http://192.168.254.31:2120',
  7. ];