mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 10:36:43 +03:00
Disable auto-setup by default
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"MESSENGER_TRANSPORT_DSN": "doctrine://default"
|
||||
"MESSENGER_TRANSPORT_DSN": "doctrine://default?auto_setup=false"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user