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 da5aa99 commit aa35fbfCopy full SHA for aa35fbf
README.md
@@ -52,11 +52,11 @@ STACKKIT_CLOUD_SCHEDULER_APP_URL=https://yourdomainname.com/cloud-scheduler-job
52
53
# Cloud Scheduler Example
54
55
-Here is an example job that will run `php artisan inspire` every minute.
+Here is an example job that will run `php artisan schedule:run` every minute.
56
57
These are the most important settings:
58
- Target must be `HTTP`
59
-- URL must be `https://yourdomainname.com/cloud-scheduler-job`
+- URL and AUD (audience) must be `https://yourdomainname.com/cloud-scheduler-job`
60
- Auth header must be OIDC token!
61
62
<img src="/example.png">
example.png
15.1 KB
0 commit comments