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 91f5e74 commit e39778aCopy full SHA for e39778a
README.md
@@ -43,8 +43,8 @@ The simplest way to run the project is by invoking the application via Docker:
43
docker run \
44
-it --rm \
45
-p 8000:8000 \
46
- -e UPSTREAM_URL=https://google.com \
47
- -e OIDC_DISCOVERY_URL=https://auth.openveda.cloud/realms/veda/.well-known/openid-configuration \
+ -e UPSTREAM_URL=https://my-stac-api \
+ -e OIDC_DISCOVERY_URL=https://my-auth-server/.well-known/openid-configuration \
48
ghcr.io/developmentseed/stac-auth-proxy:latest
49
```
50
0 commit comments