Skip to content

Commit 20af007

Browse files
committed
move api_url to last item of config
1 parent c4731ae commit 20af007

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/schedule-monitor.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@
5252
*/
5353
'site_id' => env('OH_DEAR_SITE_ID'),
5454

55-
/**
56-
* The URL of the Oh Dear API.
57-
*/
58-
'api_url' => env('OH_DEAR_API_URL', 'https://ohdear.app/api/'),
59-
6055
/*
6156
* To keep scheduled jobs as short as possible, Oh Dear will be pinged
6257
* via a queued job. Here you can specify the name of the queue you wish to use.
@@ -91,5 +86,10 @@
9186
* Which endpoint to ping on Oh Dear.
9287
*/
9388
'endpoint_url' => env('OH_DEAR_PING_ENDPOINT_URL'),
89+
90+
/**
91+
* The URL of the Oh Dear API.
92+
*/
93+
'api_url' => env('OH_DEAR_API_URL', 'https://ohdear.app/api/'),
9494
],
9595
];

0 commit comments

Comments
 (0)