Skip to content

Commit

Permalink
docs: fix url parameters in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
echozio committed Feb 7, 2024
1 parent 8d92381 commit 5c7e89c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ mongodb:
Then supply the connection details in the `config` section (or specifically per service):
```yaml
config:
databaseURL: "postgres://..."
redisURL: "redis://..."
databaseUrl: "postgres://..."
redisUrl: "redis://..."
kafkaBootstrapServers: "kafka:9092,..."
mongodbURL: "mongodb://..."
mongodbUrl: "mongodb://..."
```

## Configuration Options
Expand Down

0 comments on commit 5c7e89c

Please sign in to comment.