mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
functions: DB -> DB_URL / MQ -> MQ_URL and related docs (#258)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user