Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-03-12 09:18:51 +00:00
parent a6bd6cb0e8
commit 320f911c8e
4 changed files with 67 additions and 48 deletions
@@ -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"
}
}
}
+32
View File
@@ -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
View File
@@ -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"
],
-45
View File
@@ -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"
}
}
}