summaryrefslogtreecommitdiff
path: root/Rocket.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Rocket.toml')
-rw-r--r--Rocket.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rocket.toml b/Rocket.toml
index f4b1577..6da8a6a 100644
--- a/Rocket.toml
+++ b/Rocket.toml
@@ -18,7 +18,7 @@ limits = { forms = 32768 }
[production]
address = "0.0.0.0"
-port = 80
+port = 8080
#workers = [number of cpus * 2]
keep_alive = 5
log = "critical"