Skip to content

Commit

Permalink
Add Sentry DSN to config.ini.ctmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiencek committed Nov 19, 2024
1 parent 776046c commit 687ff7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/config.ini.ctmpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ caa_access={{ keyOrDefault (print $key_prefix "caa_s3_access_key") "" }}
caa_secret={{ keyOrDefault (print $key_prefix "caa_s3_secret_key") "" }}
eaa_access={{ keyOrDefault (print $key_prefix "eaa_s3_access_key") "" }}
eaa_secret={{ keyOrDefault (print $key_prefix "eaa_s3_secret_key") "" }}

[sentry]
dsn={{ keyOrDefault (print $key_prefix "sentry_dsn") "" }}

0 comments on commit 687ff7e

Please sign in to comment.