mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Rename variable
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
endroid_cm_sms:
|
||||
product_token: '%env(ENDROID_CMSMS_PRODUCT_TOKEN)%'
|
||||
product_token: '%env(CM_SMS_PRODUCT_TOKEN)%'
|
||||
defaults:
|
||||
sender: 'Endroid' # Should not contain more than 11 characters
|
||||
unicode: 'auto'
|
||||
|
||||
@@ -6,6 +6,6 @@
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"ENDROID_CMSMS_PRODUCT_TOKEN": ""
|
||||
"CM_SMS_PRODUCT_TOKEN": ""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user