diff options
Diffstat (limited to '_sources/using.txt')
| -rw-r--r-- | _sources/using.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_sources/using.txt b/_sources/using.txt index 3c6a517..4e5ee10 100644 --- a/_sources/using.txt +++ b/_sources/using.txt | |||
| @@ -6,3 +6,9 @@ Using EventMQ | |||
| 6 | :maxdepth: 2 | 6 | :maxdepth: 2 |
| 7 | 7 | ||
| 8 | settings_file | 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. | ||