Skip to content

Commit

Permalink
added env eaxmple
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Nov 7, 2024
1 parent a4e6193 commit 25907af
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,15 @@ This repository provides a utility to check the availability of NATS (Neural Aut
- `NATS_DEFAULT_CLUSTER`: Default cluster name to be used.
- `NATS_DEFAULT_STREAM`: Default stream name for publishing or subscribing.

env example:

```env
LOG_LEVEL=debug
APP_ENV=LOCAL
NATS_SERVERS=nats://localhost:4222
NATS_JETSTREAM_SERVERS=
NATS_REPLICA_SIZE=3
NATS_DEFAULT_CLUSTER=default
NATS_DEFAULT_STREAM=test
```

0 comments on commit 25907af

Please sign in to comment.