mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Uses @fabpot's suggestion for the environment
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#MESSENGER_ADAPTER_DSN": "amqp://guest:guest@localhost:5672/%2f/messages"
|
||||
"#1": "MESSENGER_ADAPTER_DSN=amqp://guest:guest@localhost:5672/%2f/messages"
|
||||
},
|
||||
"aliases": ["messenger"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user