Skip to content

Commit

Permalink
feat: add sentry to configmap #76
Browse files Browse the repository at this point in the history
  • Loading branch information
nvernooy committed Aug 29, 2023
1 parent 0bf9b6a commit 9b7c60d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions {{cookiecutter.project_slug}}/k8s/base/django.configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ data:
AWS_S3_ACCESS_KEY_ID: CHANGEME_S3_IAM_USER
DJANGO_AWS_S3_REGION_NAME: {{cookiecutter.aws_region}}
DJANGO_AWS_STORAGE_BUCKET_NAME: "CHANGEME_S3_BUCKET_NAME"

# sentry monitoring
SENTRY_DSN: "CHANGEME_SENTRY_KEY"

0 comments on commit 9b7c60d

Please # to comment.