From f776ce702b7acb0963f2d5414bff4a2573ff0028 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Sun, 30 Oct 2022 20:56:31 +0000 Subject: [PATCH] Add past trip IDs config variable --- config/app.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/app.php b/config/app.php index 488f557..e4de739 100644 --- a/config/app.php +++ b/config/app.php @@ -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