Skip to content

Commit

Permalink
replace dummy urls with simpler ...
Browse files Browse the repository at this point in the history
  • Loading branch information
aeh authored Jun 29, 2021
1 parent cab73f4 commit 48a1167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ npm install pg-log2amqp-cli
## Usage

```sh
DATABASE_URL=
DATABASE_URL=postgres://... \
DATABASE_TABLE_NAME=logs \
AMQP_URL=
AMQP_URL=amqp://... \
AMQP_SEARCH_QUEUE=logs \
npm start
```
Expand Down

0 comments on commit 48a1167

Please sign in to comment.