https://github.com/aacebo/vayeate
a distributed message broker
https://github.com/aacebo/vayeate
Last synced: 3 months ago
JSON representation
a distributed message broker
- Host: GitHub
- URL: https://github.com/aacebo/vayeate
- Owner: aacebo
- License: mit
- Created: 2023-06-02T20:33:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-12T16:20:37.000Z (almost 2 years ago)
- Last Synced: 2025-01-02T14:42:59.470Z (5 months ago)
- Language: Go
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vayeate
a distributed message broker

## Environment
> all environment variable names should be prefixed with VAYEATE_
| Name | Default | Required | Description |
|-------------------|-------------------|----------|--------------------------------------------------------------|
| `CLIENT_PORT` | `6789` | `true` | the port clients will connect to |
| `PEER_PORT` | `9876` | `true` | the port peers will connect to |
| `API_PORT` | `8080` | `true` | the port to listen on for http |
| `USERNAME` | `admin` | `true` | the authentication username |
| `PASSWORD` | `admin` | `true` | the authentication password |
| `PRIMARY_ADDRESS` | | `false` | the primary node address (only set if the node is secondary) |