Skip to content

Commit

Permalink
Update reference to public Sentry DSN in the config
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlecat committed Jun 30, 2017
1 parent d89e187 commit 31a4c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consul_config.py.ctmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LOG_SENTRY = {
'environment': '''{{template "KEY" "sentry/environment"}}''',
'release': os.getenv('GIT_SHA', None),
}
SENTRY_DSN_PUBLIC = '''{{template "KEY" "sentry_dsn_public"}}'''
SENTRY_DSN_PUBLIC = '''{{template "KEY" "sentry/dsn_public"}}'''

MUSICBRAINZ_HOSTNAME = '''{{template "KEY" "musicbrainz/hostname"}}'''
MUSICBRAINZ_USERAGENT = '''{{template "KEY" "musicbrainz/useragent"}}'''
Expand Down

0 comments on commit 31a4c0b

Please sign in to comment.