Skip to content

Commit

Permalink
Merge branch 'develop' into taglist-relation
Browse files Browse the repository at this point in the history
  • Loading branch information
mjauvin committed Dec 7, 2024
2 parents 76a31b3 + a7f9ce5 commit 46b5e1e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
*/

'asset_url' => env('ASSET_URL', null),

/*
|--------------------------------------------------------------------------
| Temporary Path
Expand Down Expand Up @@ -195,6 +195,19 @@

'timezone' => 'UTC',

/*
|--------------------------------------------------------------------------
| Scheduler Timezone
|--------------------------------------------------------------------------
|
| This property specifies the default timezone for your application's
| scheduled tasks. You can set it independently of the application's
| default timezone to ensure that schedules run at the desired local time.
|
*/

'schedule_timezone' => 'UTC',

/*
|--------------------------------------------------------------------------
| Application Locale Configuration
Expand Down

0 comments on commit 46b5e1e

Please sign in to comment.