Switch the example port to 2399

This commit is contained in:
Paul van Tilburg 2023-01-10 17:00:20 +01:00
parent 69f34e3243
commit 4bdaa3bdac
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ builds when you don't add `--release`.)
```toml ```toml
[default] [default]
address = "0.0.0.0" address = "0.0.0.0"
port = 8080 port = 2399
# ... # ...
``` ```

View File

@ -1,6 +1,6 @@
[default] [default]
address = "0.0.0.0" address = "0.0.0.0"
port = 2356 port = 2399
# Put your solar cloud service settings below and uncomment them based on the # Put your solar cloud service settings below and uncomment them based on the
# service you want to use. # service you want to use.