Add Lock recipe

This commit is contained in:
Jérémy Derussé
2020-11-29 19:13:37 +01:00
parent 4761ed0006
commit c930b1338f
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"
}
}