Browse Source

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

visuddhinanda 1 year ago
parent
commit
dff0d88467
1 changed files with 1 additions and 1 deletions
  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"),