Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-02-19 11:11:09 +00:00
parent 9c76a5e568
commit 4febbb9893
3 changed files with 73 additions and 0 deletions
@@ -0,0 +1,35 @@
{
"manifests": {
"rikudou/psr6-dynamo-db-bundle": {
"manifest": {
"bundles": {
"Rikudou\\DynamoDbCacheBundle\\RikudouDynamoDbCacheBundle": [
"prod"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"DYNAMODB_CACHE_TABLE": "cache",
"#AWS_REGION": "us-east-1"
}
},
"files": {
"config/packages/prod/rikudou_dynamo_db_cache.yaml": {
"contents": [
"rikudou_dynamo_db_cache:",
" table: '%env(DYNAMODB_CACHE_TABLE)%'",
" # Use DynamoDB by default for cache & sessions",
" replace_default_adapter: true",
" client_config:",
" region: '%env(AWS_REGION)%'",
""
],
"executable": false
}
},
"ref": "b8c90b14aff68e58377f293274db6e5a9855445a"
}
}
}
+3
View File
@@ -1269,6 +1269,9 @@
"redrat/api-helper-bundle": [
"0.1"
],
"rikudou/psr6-dynamo-db-bundle": [
"2.0"
],
"ro0nl/http-responder": [
"0.1"
],
+35
View File
@@ -0,0 +1,35 @@
{
"manifests": {
"rikudou/psr6-dynamo-db-bundle": {
"manifest": {
"bundles": {
"Rikudou\\DynamoDbCacheBundle\\RikudouDynamoDbCacheBundle": [
"prod"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"DYNAMODB_CACHE_TABLE": "cache",
"#AWS_REGION": "us-east-1"
}
},
"files": {
"config/packages/prod/rikudou_dynamo_db_cache.yaml": {
"contents": [
"rikudou_dynamo_db_cache:",
" table: '%env(DYNAMODB_CACHE_TABLE)%'",
" # Use DynamoDB by default for cache & sessions",
" replace_default_adapter: true",
" client_config:",
" region: '%env(AWS_REGION)%'",
""
],
"executable": false
}
},
"ref": "b8c90b14aff68e58377f293274db6e5a9855445a"
}
}
}