2
0

Add volumed-out config directory for symbolicator. (#566)

I would like to be able to customize the configuration for my Sentry 10 symbolicator instance, which this change allows me to easily do.

See related: https://github.com/getsentry/symbolicator/issues/245

Co-authored-by: Burak Yigit Kaya <ben@byk.im>
This commit is contained in:
Mike Purvis
2020-07-08 13:42:33 -04:00
committed by GitHub
parent a01d013617
commit 96889a6175
4 changed files with 17 additions and 2 deletions

View File

@ -0,0 +1,8 @@
# See: https://getsentry.github.io/symbolicator/#configuration
cache_dir: "/data"
bind: "0.0.0.0:3021"
logging:
level: "warn"
metrics:
statsd: null
sentry_dsn: null # TODO: Automatically fill this with the internal project DSN