From 4bdaa3bdace446106b8d8c3d95bb19862654b187 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Tue, 10 Jan 2023 17:00:20 +0100 Subject: [PATCH] Switch the example port to 2399 --- README.md | 2 +- Rocket.toml.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.