Skip to content

Commit e39778a

Browse files
committed
docs: generalize example docker command
1 parent 91f5e74 commit e39778a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ The simplest way to run the project is by invoking the application via Docker:
4343
docker run \
4444
-it --rm \
4545
-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 \
46+
-e UPSTREAM_URL=https://my-stac-api \
47+
-e OIDC_DISCOVERY_URL=https://my-auth-server/.well-known/openid-configuration \
4848
ghcr.io/developmentseed/stac-auth-proxy:latest
4949
```
5050

0 commit comments

Comments
 (0)