Skip to content

Commit 1438d44

Browse files
committed
surface config
1 parent c08f1dc commit 1438d44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker-compose.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ services:
6060
mock-oidc:
6161
build:
6262
context: ./examples/mock_oidc_server
63+
environment:
64+
CLIENT_ID: stac
65+
CLIENT_SECRET: secret
66+
REDIRECT_URI: http://localhost:8000/docs/oauth2-redirect
67+
ISSUER: http://localhost:3000
6368
ports:
6469
- "3000:3000"
6570
volumes:

0 commit comments

Comments
 (0)