Skip to content

Commit

Permalink
fix commented value
Browse files Browse the repository at this point in the history
when the config example file was used as the config file:
because it was inside single quotes, it was not being commented correctly
and causing the application to error
  • Loading branch information
vasconsaurus committed Jan 15, 2024
1 parent 5ccde60 commit 8fe721b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ development: &default
# REQUIRED for deployed environments
# OPTIONAL for development
#
sentry_dsn: '# '<SENTRY_DSN>''
sentry_dsn: # '<SENTRY_DSN>'
sentry_environment: # dev
sentry_traces_sample_rate: # 1

Expand Down

0 comments on commit 8fe721b

Please sign in to comment.