mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Let default connection string tcp://guest:guest@localhost:5672
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"JURRY_RABBIT_MQ_DSN": "tcp://guest:guest@127.0.0.1:5672"
|
||||
"JURRY_RABBIT_MQ_DSN": "tcp://guest:guest@localhost:5672"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user