mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
Add Lock recipe
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
framework:
|
||||
lock: '%env(LOCK_DSN)%'
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
../4.4/config
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user