We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4731ae commit 20af007Copy full SHA for 20af007
config/schedule-monitor.php
@@ -52,11 +52,6 @@
52
*/
53
'site_id' => env('OH_DEAR_SITE_ID'),
54
55
- /**
56
- * The URL of the Oh Dear API.
57
- */
58
- 'api_url' => env('OH_DEAR_API_URL', 'https://ohdear.app/api/'),
59
-
60
/*
61
* To keep scheduled jobs as short as possible, Oh Dear will be pinged
62
* via a queued job. Here you can specify the name of the queue you wish to use.
@@ -91,5 +86,10 @@
91
86
* Which endpoint to ping on Oh Dear.
92
87
93
88
'endpoint_url' => env('OH_DEAR_PING_ENDPOINT_URL'),
89
+
90
+ /**
+ * The URL of the Oh Dear API.
+ */
+ 'api_url' => env('OH_DEAR_API_URL', 'https://ohdear.app/api/'),
94
],
95
];
0 commit comments