mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 01:08:26 +00:00 
			
		
		
		
	Replaced outdated ShortMessage functionalities with Symfony's Notifier component for handling SMS messages. Deprecated legacy `ShortMessage` components and introduced a transition layer for existing OVH configurations. Updated dependencies and environment setup to support the new implementation.
		
			
				
	
	
		
			14 lines
		
	
	
		
			424 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			424 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| framework:
 | |
|     notifier:
 | |
|         texter_transports:
 | |
|             #ovhcloud: '%env(OVHCLOUD_DSN)%'
 | |
|             #ovhcloud: '%env(SHORT_MESSAGE_DSN)%'
 | |
|         channel_policy:
 | |
|             # use chat/slack, chat/telegram, sms/twilio or sms/nexmo
 | |
|             urgent: ['email']
 | |
|             high: ['email']
 | |
|             medium: ['email']
 | |
|             low: ['email']
 | |
|         admin_recipients:
 | |
|             - { email: admin@example.com }
 |