Skip to content

Commit

Permalink
fix(suggested-fix): key should be 'key', not 'token' (#2146)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldy505 committed May 16, 2023
1 parent 84b1004 commit 1fa7734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ x-sentry-defaults: &sentry_defaults
SENTRY_EVENT_RETENTION_DAYS:
SENTRY_MAIL_HOST:
SENTRY_MAX_EXTERNAL_SOURCEMAP_SIZE:
OPENAI_API_TOKEN:
OPENAI_API_KEY:
volumes:
- "sentry-data:/data"
- "./sentry:/etc/sentry"
Expand Down

0 comments on commit 1fa7734

Please sign in to comment.