functions: DB -> DB_URL / MQ -> MQ_URL and related docs (#258)

This commit is contained in:
C Cirello
2016-11-10 02:02:32 +01:00
committed by Travis Reeder
parent c0a6002266
commit 4e41cac6e2
6 changed files with 14 additions and 14 deletions

View File

@@ -2,10 +2,10 @@
A message queue is used to coordinate asynchronous function calls that run through IronFunctions.
We currently support the following message queues and they are passed in via the `MQ` environment variable. For example:
We currently support the following message queues and they are passed in via the `MQ_URL` environment variable. For example:
```sh
docker run -e "MQ=redis://localhost:6379/" ...
docker run -e "MQ_URL=redis://localhost:6379/" ...
```
## [Bolt](https://github.com/boltdb/bolt) (default)