mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Merge pull request #70 from endroid/master
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
endroid_asset:
|
||||
public_dir: '%kernel.project_dir%/public'
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Endroid\\Asset\\Bundle\\AssetBundle\\EndroidAssetBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
endroid_cm_sms:
|
||||
disable_delivery: true
|
||||
delivery_phone_numbers: []
|
||||
@@ -0,0 +1,6 @@
|
||||
endroid_cm_sms:
|
||||
product_token: '%env(ENDROID_CMSMS_PRODUCT_TOKEN)%'
|
||||
defaults:
|
||||
unicode: 'auto'
|
||||
minimum_number_of_message_parts: 1
|
||||
maximum_number_of_message_parts: 3
|
||||
@@ -0,0 +1,4 @@
|
||||
EndroidCmSmsBundle:
|
||||
resource: "@EndroidCmSmsBundle/Controller/"
|
||||
type: annotation
|
||||
prefix: /cm-sms
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Endroid\\CmSms\\Bundle\\CmSmsBundle\\EndroidCmSmsBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"ENDROID_CMSMS_PRODUCT_TOKEN": ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
endroid_flusher:
|
||||
step_size: 1.5
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Endroid\\Flusher\\Bundle\\FlusherBundle\\EndroidFlusherBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
endroid_import:
|
||||
time_limit: 0
|
||||
memory_limit: 4096M
|
||||
@@ -0,0 +1,4 @@
|
||||
EndroidImportBundle:
|
||||
resource: "@EndroidImportBundle/Controller/"
|
||||
type: annotation
|
||||
prefix: /import
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Endroid\\Import\\Bundle\\ImportBundle\\EndroidImportBundle": ["all"],
|
||||
"Endroid\\Import\\Bundle\\ImportDemoBundle\\EndroidImportDemoBundle": ["dev"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user