And the last recipes

This commit is contained in:
Jeroen van den Enden
2018-12-08 13:08:56 +01:00
committed by Christophe Coevoet
parent dbb3539f40
commit a2de208ae6
10 changed files with 0 additions and 63 deletions
@@ -1,3 +0,0 @@
endroid_import:
time_limit: 0
memory_limit: 4096M
@@ -1,4 +0,0 @@
endroid_import:
resource: "@EndroidImportBundle/Controller/"
type: annotation
prefix: /import
-8
View File
@@ -1,8 +0,0 @@
{
"bundles": {
"Endroid\\ImportBundle\\EndroidImportBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -1,7 +0,0 @@
services:
_defaults:
autowire: true
autoconfigure: true
public: false
Endroid\Pdf\Pdf: ~
-5
View File
@@ -1,5 +0,0 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -1,6 +0,0 @@
endroid_qr_code:
writer: 'png'
size: 300
margin: 10
error_correction_level: 'low'
validate_result: false
@@ -1,3 +0,0 @@
endroid_qr_code:
resource: "@EndroidQrCodeBundle/Resources/config/routes.yaml"
prefix: /qr-code
-8
View File
@@ -1,8 +0,0 @@
{
"bundles": {
"Endroid\\QrCodeBundle\\EndroidQrCodeBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -1,8 +0,0 @@
services:
Endroid\Twitter\Client: ['@Abraham\TwitterOAuth\TwitterOAuth']
Abraham\TwitterOAuth\TwitterOAuth:
arguments:
- '%env(TWITTER_CONSUMER_KEY)%'
- '%env(TWITTER_CONSUMER_SECRET)%'
- '%env(TWITTER_ACCESS_TOKEN)%'
- '%env(TWITTER_ACCESS_TOKEN_SECRET)%'
-11
View File
@@ -1,11 +0,0 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"TWITTER_CONSUMER_KEY": "",
"TWITTER_CONSUMER_SECRET": "",
"TWITTER_ACCESS_TOKEN": "",
"TWITTER_ACCESS_TOKEN_SECRET": ""
}
}