Skip to content

Commit aa35fbf

Browse files
committed
Update README.md with examples
1 parent da5aa99 commit aa35fbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ STACKKIT_CLOUD_SCHEDULER_APP_URL=https://yourdomainname.com/cloud-scheduler-job
5252

5353
# Cloud Scheduler Example
5454

55-
Here is an example job that will run `php artisan inspire` every minute.
55+
Here is an example job that will run `php artisan schedule:run` every minute.
5656

5757
These are the most important settings:
5858
- Target must be `HTTP`
59-
- URL must be `https://yourdomainname.com/cloud-scheduler-job`
59+
- URL and AUD (audience) must be `https://yourdomainname.com/cloud-scheduler-job`
6060
- Auth header must be OIDC token!
6161

6262
<img src="/example.png">

example.png

15.1 KB
Loading

0 commit comments

Comments
 (0)