diff --git a/README.md b/README.md index 72cebde..b345d3d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ builds when you don't add `--release`.) ```toml [default] address = "0.0.0.0" -port = 8080 +port = 2399 # ... ``` diff --git a/Rocket.toml.example b/Rocket.toml.example index f2ecf0c..887bc45 100644 --- a/Rocket.toml.example +++ b/Rocket.toml.example @@ -1,6 +1,6 @@ [default] address = "0.0.0.0" -port = 2356 +port = 2399 # Put your solar cloud service settings below and uncomment them based on the # service you want to use.