Remove config for short messages

This commit is contained in:
Julie Lenaerts 2025-05-13 09:46:56 +02:00
parent cae1dd4abb
commit ebfc419985

View File

@ -12,8 +12,6 @@ chill_main:
twilio_sid: '%env(resolve:TWILIO_SID)%' twilio_sid: '%env(resolve:TWILIO_SID)%'
twilio_secret: '%env(resolve:TWILIO_SECRET)%' twilio_secret: '%env(resolve:TWILIO_SECRET)%'
default_carrier_code: '%env(resolve:DEFAULT_CARRIER_CODE)%' default_carrier_code: '%env(resolve:DEFAULT_CARRIER_CODE)%'
short_messages:
dsn: '%env(string:SHORT_MESSAGE_DSN)%'
acl: acl:
form_show_scopes: true form_show_scopes: true
form_show_centers: true form_show_centers: true