Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-11-07 14:22:35 +00:00
parent 2c2c573124
commit b82c8b39c3
4 changed files with 58 additions and 4 deletions
@@ -0,0 +1,27 @@
{
"manifests": {
"symfony/lock": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Choose one of the stores below",
"#2": "postgresql+advisory://db_user:db_password@localhost/db_name",
"LOCK_DSN": "flock"
}
},
"files": {
"config/packages/lock.yaml": {
"contents": [
"framework:",
" lock: '%env(LOCK_DSN)%'",
""
],
"executable": false
}
},
"ref": "8e937ff2b4735d110af1770f242c1107fdab4c8e"
}
}
}
@@ -0,0 +1,27 @@
{
"manifests": {
"symfony/lock": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Choose one of the stores below",
"#2": "LOCK_DSN=redis://localhost",
"LOCK_DSN": "flock"
}
},
"files": {
"config/packages/lock.yaml": {
"contents": [
"framework:",
" lock: '%env(LOCK_DSN)%'",
""
],
"executable": false
}
},
"ref": "d9d21f740e47e96d5a26027ceb11ec7195af36be"
}
}
}
+2 -2
View File
@@ -8,7 +8,7 @@
"env": {
"#1": "Choose one of the stores below",
"#2": "LOCK_DSN=redis://localhost",
"LOCK_DSN": "semaphore"
"LOCK_DSN": "flock"
}
},
"files": {
@@ -21,7 +21,7 @@
"executable": false
}
},
"ref": "e13a79427495e670ef7a19f0e25fd13fbdd909d4"
"ref": "d9d21f740e47e96d5a26027ceb11ec7195af36be"
}
}
}
+2 -2
View File
@@ -8,7 +8,7 @@
"env": {
"#1": "Choose one of the stores below",
"#2": "postgresql+advisory://db_user:db_password@localhost/db_name",
"LOCK_DSN": "semaphore"
"LOCK_DSN": "flock"
}
},
"files": {
@@ -21,7 +21,7 @@
"executable": false
}
},
"ref": "a1c8800e40ae735206bb14586fdd6c4630a51b8d"
"ref": "8e937ff2b4735d110af1770f242c1107fdab4c8e"
}
}
}