Comment the adapter and env as well

This commit is contained in:
Samuel ROZE
2018-03-29 17:05:24 +02:00
parent 388a5c41ec
commit 59dd763135
2 changed files with 5 additions and 4 deletions
@@ -1,8 +1,9 @@
framework:
messenger:
adapters:
# Uncomment the following line to enable a default adapter
# default: "%env(MESSENGER_ADAPTER_DSN)%"
routing:
# Route your messages to the senders...
# 'App\Message\YourMessage': messenger.default_sender
adapters:
default: "%env(MESSENGER_ADAPTER_DSN)%"
+1 -1
View File
@@ -3,7 +3,7 @@
"config/": "%CONFIG_DIR%/"
},
"env": {
"MESSENGER_ADAPTER_DSN": "amqp://guest:guest@localhost:5672/%2f/messages"
"#MESSENGER_ADAPTER_DSN": "amqp://guest:guest@localhost:5672/%2f/messages"
},
"aliases": ["messenger", "amqp"]
}