mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Fix enqueue/fs DSN. Must have one more "/"
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"env": {
|
||||
"ENQUEUE_DSN": "file:/%VAR_DIR%/enqueue"
|
||||
"ENQUEUE_DSN": "file://%VAR_DIR%/enqueue"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user