Skip to content

Commit 1fa7734

Browse files
authored
fix(suggested-fix): key should be 'key', not 'token' (#2146)
1 parent 84b1004 commit 1fa7734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ x-sentry-defaults: &sentry_defaults
7171
SENTRY_EVENT_RETENTION_DAYS:
7272
SENTRY_MAIL_HOST:
7373
SENTRY_MAX_EXTERNAL_SOURCEMAP_SIZE:
74-
OPENAI_API_TOKEN:
74+
OPENAI_API_KEY:
7575
volumes:
7676
- "sentry-data:/data"
7777
- "./sentry:/etc/sentry"

0 commit comments

Comments
 (0)