You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 line
318B

  1. <?php
  2. return [
  3. // htpmsのサーバアドレス
  4. // スキーマ、ホスト、ポート、パスを含む
  5. // 例 https://localhost:8080/document/root
  6. 'sif_server_url' => env('SIF_SERVER_URL', 'https://ht_hogehoge.co.jp'),
  7. 'sif_ip_address' => explode(",", env('SIF_SERVER_IP_ADDRESS', "")),
  8. ];