From 8fe721bfb729b926e75edf932bc82fc9a351a46b Mon Sep 17 00:00:00 2001 From: manu vasconcelos Date: Mon, 15 Jan 2024 15:25:53 -0300 Subject: [PATCH] fix commented value 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 --- config/config.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.yml.example b/config/config.yml.example index 81623700..672f4431 100644 --- a/config/config.yml.example +++ b/config/config.yml.example @@ -43,7 +43,7 @@ development: &default # REQUIRED for deployed environments # OPTIONAL for development # - sentry_dsn: '# ''' + sentry_dsn: # '' sentry_environment: # dev sentry_traces_sample_rate: # 1