Add past trip IDs config variable

This commit is contained in:
Ben Goldsworthy 2022-10-30 20:56:31 +00:00
parent 615ebfbd35
commit f776ce702b

View file

@ -58,8 +58,20 @@ return [
'asset_url' => env('ASSET_URL'),
/*
|--------------------------------------------------------------------------
| Trip IDs
|--------------------------------------------------------------------------
|
| Get the IDs for current and past trips.
| TODO: Update when I have the proper API routes for Wayward.
|
*/
'current_trip_id' => env('CURRENT_TRIP_ID'),
'past_trip_ids' => explode(',', env('PAST_TRIP_IDS')),
/*
|--------------------------------------------------------------------------
| Application Timezone