diff options
Diffstat (limited to '_sources/using.rst.txt')
| -rw-r--r-- | _sources/using.rst.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/_sources/using.rst.txt b/_sources/using.rst.txt new file mode 100644 index 0000000..4e5ee10 --- /dev/null +++ b/_sources/using.rst.txt | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | ############# | ||
| 2 | Using EventMQ | ||
| 3 | ############# | ||
| 4 | |||
| 5 | .. toctree:: | ||
| 6 | :maxdepth: 2 | ||
| 7 | |||
| 8 | settings_file | ||
| 9 | |||
| 10 | **************************** | ||
| 11 | Client Environment Variables | ||
| 12 | **************************** | ||
| 13 | |||
| 14 | ``EMQ_BROKER_ADDR`` is the address a client should use to connect to the broker. The client can be any application using EventMQ. | ||