Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Hofmann committed Jun 6, 2024
1 parent b5e9bd4 commit 4b95971
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 @@ -19,7 +19,7 @@ A simple deployment could be look like this:

## Prerequisites

* .NET Core 3.1 compatible Operating System (Ubuntu/Debian/CentOS/Alpine Linux/Windows/macOS) or a Docker Host
* .NET 8 compatible Operating System (Ubuntu/Debian/CentOS/Alpine Linux/Windows/macOS) or a Docker Host
* [rqrlite Cluster](https://github.com/rqlite/rqlite/blob/master/DOC/CLUSTER_MGMT.md)
* PowerDNS Authoritative 4.3.x or higher

Expand Down Expand Up @@ -89,11 +89,11 @@ If you running *PowerRqlite* as a Docker container you can use Environment varia
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://localhost:8081"
"Url": "http://localhost:5555"
}
}
}
}
```

Translated into "Docker" it would be the following environment variable: `ASPNETCORE_Kestrel__EndPoints__Http__Url=http://localhost:8081`
Translated into "Docker" it would be the following environment variable: `ASPNETCORE_Kestrel__EndPoints__Http__Url=http://localhost:5555`

0 comments on commit 4b95971

Please sign in to comment.