Commit 3904d341 authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

edit localhost config

parent 9196f713
{
"type" : "rabbitmq",
"url" : "amqp://localhost"
"url" : "amqp://127.0.0.1"
}
{
"type" : "redis",
"url" : "redis://:@localhost:6379/1"
"url" : "redis://127.0.0.1:6379/1"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment