Skip to content

Commit

Permalink
Update README.md with examples
Browse files Browse the repository at this point in the history
  • Loading branch information
marickvantuil committed Dec 27, 2020
1 parent da5aa99 commit aa35fbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ STACKKIT_CLOUD_SCHEDULER_APP_URL=https://yourdomainname.com/cloud-scheduler-job

# Cloud Scheduler Example

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.

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

<img src="/example.png">
Expand Down
Binary file modified example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aa35fbf

Please sign in to comment.