Uses @fabpot's suggestion for the environment

This commit is contained in:
Samuel ROZE
2018-05-12 11:04:00 +02:00
parent f3ed9edcdb
commit a2ead7b05a
+1 -1
View File
@@ -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"]
}