Merge pull request #851

This commit is contained in:
symfony-flex-server[bot]
2020-12-04 08:07:36 +00:00
committed by GitHub
4 changed files with 23 additions and 0 deletions
@@ -0,0 +1,2 @@
framework:
lock: '%env(LOCK_DSN)%'
+10
View File
@@ -0,0 +1,10 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Choose one of the stores below",
"#2": "LOCK_DSN=redis://localhost",
"LOCK_DSN": "semaphore"
}
}
+1
View File
@@ -0,0 +1 @@
../4.4/config
+10
View File
@@ -0,0 +1,10 @@
{
"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": "semaphore"
}
}