Skip to content

Commit

Permalink
Merge pull request #100 from fleetbase/dev-v1.4.28
Browse files Browse the repository at this point in the history
added `CONSOLE_PATH` environment variable as required for new structure
  • Loading branch information
roncodes authored Jul 15, 2024
2 parents 4567b4a + 29e8552 commit fb2e615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fleetbase/core-api",
"version": "1.4.27",
"version": "1.4.28",
"description": "Core Framework and Resources for Fleetbase API",
"keywords": [
"fleetbase",
Expand Down
1 change: 1 addition & 0 deletions config/fleetbase.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
]
],
'console' => [
'path' => env('CONSOLE_PATH', '/fleetbase/console'),
'host' => env('CONSOLE_HOST', 'fleetbase.io'),
'subdomain' => env('CONSOLE_SUBDOMAIN'),
'secure' => env('CONSOLE_SECURE', !app()->environment(['development', 'local']))
Expand Down

0 comments on commit fb2e615

Please sign in to comment.