Skip to content

Commit

Permalink
added CONSOLE_PATH environment variable as required for new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Jul 15, 2024
1 parent 4567b4a commit 29e8552
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 29e8552

Please sign in to comment.