Kaynağa Gözat

bamboo 默认值 env('APP_URL').'/api'

visuddhinanda 1 yıl önce
ebeveyn
işleme
dff0d88467
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      config/mint.php

+ 1 - 1
config/mint.php

@@ -38,7 +38,7 @@ return [
         ],
         ],
         'api' => [
         'api' => [
             'default' => env('APP_API', "http://localhost:8000/api"),
             'default' => env('APP_API', "http://localhost:8000/api"),
-            'bamboo' => env('BAMBOO_API_HOST', "http://localhost:8000/api"),
+            'bamboo' => env('BAMBOO_API_HOST', env('APP_URL').'/api'),
         ],
         ],
         'assets' => env('ASSETS_SERVER', "localhost:9999"),
         'assets' => env('ASSETS_SERVER', "localhost:9999"),