mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 10:06:31 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"manifests": {
|
||||
"defixit/anonlytics-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"DeFixIT\\AnonlyticsBundle\\AnonlyticsBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"ANONLYTICS_CLIENT_TOKEN": "",
|
||||
"ANONLYTICS_SITE_TOKEN": ""
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/anonlytics.yaml": {
|
||||
"contents": [
|
||||
"anonlytics:",
|
||||
" client_token: '%env(resolve:ANONLYTICS_CLIENT_TOKEN)%'",
|
||||
" site_token: '%env(resolve:ANONLYTICS_SITE_TOKEN)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "d313a131498690388d69f3f93713d7f9e5816525"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"manifests": {
|
||||
"defixit/anonlytics-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"DeFixIT\\AnonlyticsBundle\\AnonlyticsBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"ANONLYTICS_CLIENT_TOKEN": "",
|
||||
"ANONLYTICS_SITE_TOKEN": ""
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/anonlytics.yaml": {
|
||||
"contents": [
|
||||
"anonlytics:",
|
||||
" client_token: '%env(resolve:ANONLYTICS_CLIENT_TOKEN)%'",
|
||||
" site_token: '%env(resolve:ANONLYTICS_SITE_TOKEN)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "d313a131498690388d69f3f93713d7f9e5816525"
|
||||
}
|
||||
}
|
||||
}
|
||||
+3
-3
@@ -285,6 +285,9 @@
|
||||
"debril/rss-atom-bundle": [
|
||||
"4.0"
|
||||
],
|
||||
"defixit/anonlytics-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"dekalee/autopilot-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
@@ -774,9 +777,6 @@
|
||||
"lag/adminbundle": [
|
||||
"1.0"
|
||||
],
|
||||
"league/flysystem-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"league/tactician-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
@@ -1,45 +0,0 @@
|
||||
{
|
||||
"manifests": {
|
||||
"league/flysystem-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"League\\FlysystemBundle\\FlysystemBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"var/": "%VAR_DIR%/"
|
||||
},
|
||||
"post-install-output": [
|
||||
" * <fg=blue>Configure</> your own storages in <comment>config/packages/flysystem.yaml</comment>.",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at:",
|
||||
" <comment>https://github.com/thephpleague/flysystem-bundle/blob/master/docs/1-getting-started.md</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/flysystem.yaml": {
|
||||
"contents": [
|
||||
"# Read the documentation at https://github.com/thephpleague/flysystem-bundle/blob/master/docs/1-getting-started.md",
|
||||
"flysystem:",
|
||||
" storages:",
|
||||
" default.storage:",
|
||||
" adapter: 'local'",
|
||||
" options:",
|
||||
" directory: '%kernel.project_dir%/%VAR_DIR%/storage/default'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"var/storage/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "913dc3d7a5a1af0d2b044c5ac3a16e2f851d7380"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user