Explorar el Código

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

visuddhinanda hace 1 año
padre
commit
dff0d88467
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config/mint.php

+ 1 - 1
config/mint.php

@@ -38,7 +38,7 @@ return [
         ],
         '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"),