Skip to content

Commit

Permalink
Fix default base_url in README (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mocenas authored Jan 18, 2024
1 parent dff25aa commit eba6e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The available key-value pairs are:
| `cert` | `/etc/pki/consumer/cert.pem` | Certificate path file |
| `key` | `/etc/pki/consumer/key.pem` | Certificate key file |
| `token` | (empty) | Authentication token for token-based auth, if used |
| `base_url` | `https://cert.console.stage.redhat.com` | Server endpoint URL |
| `base_url` | `https://cert.console.redhat.com` | Server endpoint URL |
| `uri` | `/api/ingress/v1/upload` | Request URI at the server endpoint |
| `proxy` | (empty) | Proxy host, if any |
| `proxy_port` | (empty) | Proxy port, if any |
Expand Down

0 comments on commit eba6e75

Please sign in to comment.