Skip to content

Commit

Permalink
change id and secret
Browse files Browse the repository at this point in the history
  • Loading branch information
shem8 committed Dec 9, 2024
1 parent 28ed103 commit 7164973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ services:
- "5000:80"
environment:
ASPNETCORE_ENVIRONMENT: Development
FORGE_CLIENT_ID: 7WIqJXPgeiGa4fhGpG2dhQl7HdEZG8bpySJtjpOzP8DDOZfu
FORGE_CLIENT_SECRET: EIMiCRDxskNfZtpeHl9x7afLhkC07Wp2BxjzGADKeBsEGeVaSlOo3bd3pfcjZcQb
FORGE_CLIENT_ID: client_id
FORGE_CLIENT_SECRET: client_secret
FORGE_CALLBACK_URL: http://${CODESPACE_NAME}-5000.preview.app.github.dev/api/forge/callback/oauth
FORGE_WEBHOOK_URL: http://${CODESPACE_NAME}-5000.preview.app.github.dev/api/forge/callback/webhook
OAUTH_DATABASE: mongodb://wilco_user:wilco_password@mongo:27017/webhook?authSource=admin
Expand Down

0 comments on commit 7164973

Please sign in to comment.