Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-04-01 17:02:40 +00:00
parent ea85db6ff3
commit fd4b057254
5 changed files with 91 additions and 2 deletions
@@ -0,0 +1,34 @@
{
"manifests": {
"datana-gmbh/logz-io-handler": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"LOGZ_IO_TOKEN": "",
"LOGZ_IO_APPLICATION_NAME": ""
}
},
"files": {
"config/packages/datana_logz_io_handler.yaml": {
"contents": [
"services:",
" Inpsyde\\LogzIoMonolog\\Handler\\LogzIoHandler:",
" arguments:",
" $token: '%env(LOGZ_IO_TOKEN)%'",
" $host: 'listener-eu.logz.io'",
"",
" Datana\\LogzIo\\Handler\\Logger\\Processor\\AddApplicationNameProcessor:",
" arguments:",
" - '%env(LOGZ_IO_APPLICATION_NAME)%'",
" tags: ['monolog.processor']",
""
],
"executable": false
}
},
"ref": "38ca2e45876493a8eadcaed2bc07c5e3c4ea48f0"
}
}
}
@@ -0,0 +1,26 @@
{
"manifests": {
"loophp/repository-monadic-helper": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/loophp_repository_monadic_helper.yaml": {
"contents": [
"services:",
" loophp\\RepositoryMonadicHelper\\MonadicRepositoryFactory:",
" autowire: true",
" autoconfigure: true",
"",
" loophp\\RepositoryMonadicHelper\\MonadicRepositoryFactoryInterface: '@loophp\\RepositoryMonadicHelper\\MonadicRepositoryFactory'",
""
],
"executable": false
}
},
"ref": "9cbe40b028acd1deace713732c19c5bb16b18842"
}
}
}
+2 -2
View File
@@ -19,7 +19,7 @@
" $token: '%env(LOGZ_IO_TOKEN)%'",
" $host: 'listener-eu.logz.io'",
"",
" Datana\\LogzIo\\Handler\\Processor\\AddApplicationNameProcessor:",
" Datana\\LogzIo\\Handler\\Logger\\Processor\\AddApplicationNameProcessor:",
" arguments:",
" - '%env(LOGZ_IO_APPLICATION_NAME)%'",
" tags: ['monolog.processor']",
@@ -28,7 +28,7 @@
"executable": false
}
},
"ref": "f4451b890bd52ca14812f70d68d733b5f2de6ea4"
"ref": "38ca2e45876493a8eadcaed2bc07c5e3c4ea48f0"
}
}
}
+3
View File
@@ -830,6 +830,9 @@
"loophp/psr17": [
"1.0"
],
"loophp/repository-monadic-helper": [
"1.0"
],
"m-adamski/symfony-mailer-bundle": [
"1.0"
],
+26
View File
@@ -0,0 +1,26 @@
{
"manifests": {
"loophp/repository-monadic-helper": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/loophp_repository_monadic_helper.yaml": {
"contents": [
"services:",
" loophp\\RepositoryMonadicHelper\\MonadicRepositoryFactory:",
" autowire: true",
" autoconfigure: true",
"",
" loophp\\RepositoryMonadicHelper\\MonadicRepositoryFactoryInterface: '@loophp\\RepositoryMonadicHelper\\MonadicRepositoryFactory'",
""
],
"executable": false
}
},
"ref": "9cbe40b028acd1deace713732c19c5bb16b18842"
}
}
}